bigbluebutton-Github/bigbluebutton-html5/grunt-instructions.txt

12 lines
249 B
Plaintext
Raw Normal View History

2014-10-03 01:14:41 +08:00
GRUNT
Install all the dependencies (including grunt):
$ npm install
Running Grunt:
- for the defaults (run linter, then start Meteor):
2014-10-03 01:14:41 +08:00
$ grunt
- for the code style autofixing (run linter, autofix the warnings, then start Meteor):
$ grunt autofix