File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -133,15 +133,14 @@ alternatively as Service, [as shown here](http://plnkr.co/edit/4JdONL)
133133
134134If 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
146145Finally, 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
157155Same as intro.js, this is [ AGPL] ( LICENSE )
You can’t perform that action at this time.
0 commit comments