12 lines
249 B
Plaintext
Executable File
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
|