-
Notifications
You must be signed in to change notification settings - Fork 184
Grunt Setup
jasonsanjose edited this page Jan 31, 2013
·
9 revisions
- Install Node 0.8 http://nodejs.org/download/
- Run
npm install
from the root of the brackets git repo - Run
grunt
-
grunt jshint
Run JSHINT on all/src
and/test
files as well as theGruntfile.js
-
grunt jasmine
Run headless Jasmine tests -
grunt test
Run JSHINT and Jasmine if JSHINT completes without errors -
grunt watch
Watch for file changes, then run JSHINT and Jasmine