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