bigbluebutton-Github/bigbluebutton-html5/grunt-instructions.txt
2016-04-06 10:08:33 -03:00

12 lines
249 B
Plaintext
Executable File

GRUNT
Install all the dependencies (including grunt):
$ npm install
Running Grunt:
- for the defaults (run linter, then start Meteor):
$ grunt
- for the code style autofixing (run linter, autofix the warnings, then start Meteor):
$ grunt autofix