Skip to content

Commit 4903023

Browse files
committed
docs(sources): Issue angular-gantt#609 - Missing npm and bower steps in sources docs
1 parent 5be739d commit 4903023

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/sources.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ git clone https://github.com/angular-gantt/angular-gantt
1515

1616
4. Run `grunt` to build distribution files in `assets`
1717

18-
5. Run `grunt` from `demo` directory to build demo distribution
18+
## Build Demo
19+
from `demo` directory:
20+
21+
1. Run `npm install` to install node dependencies
22+
23+
2. Run `bower install` to install bower dependencies
24+
25+
3. Run `grunt` directory to build demo distribution
1926

2027
*tip: Run `grunt watch --force` to build automatically on source file change.*
2128

0 commit comments

Comments
 (0)