Skip to content

Commit 2902883

Browse files
authored
Update README.md
1 parent b34473b commit 2902883

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,14 @@ alternatively as Service, [as shown here](http://plnkr.co/edit/4JdONL)
133133

134134
If you want to build or contribute, first, get the node modules needed (grunt, bower)
135135

136-
npm install
136+
npm install
137+
p.s.: this will run `bower install` after completes :)
137138

138-
Next, use bower to get the JS libraries needed
139139

140-
node_modules/.bin/bower install
140+
Then, get grunt to build the typescript into .js and the minified angular-intro.min.js
141141

142-
Then, whenever you make any changes, get grunt to build the minified angular-intro.min.js
143-
144-
node_modules/.bin/grunt
142+
node_modules/.bin/grunt watch
143+
p.s.: for faster build use `tsc --watch`, but you need run grunt after finish
145144

146145
Finally, view the demo page to make sure everything's working; start a web server:
147146

@@ -151,7 +150,6 @@ And browse to `http://localhost:8000/example/index.html`
151150

152151

153152

154-
155153
## License
156154

157155
Same as intro.js, this is [AGPL](LICENSE)

0 commit comments

Comments
 (0)