forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
Grunt Setup
jasonsanjose edited this page Feb 1, 2013
·
8 revisions
- Install Node 0.8 http://nodejs.org/download/
- Run
npm install -g grunt-clito install the GruntJS command line interface - Run
npm installfrom the root of the brackets git repo - Run
grunt
-
grunt jshintRun JSHINT on all/srcand/testfiles as well as theGruntfile.js -
grunt jasmineRun headless Jasmine tests -
grunt testRun JSHINT and Jasmine if JSHINT completes without errors -
grunt watchWatch for file changes, then run JSHINT and Jasmine
-
grunt write-configAutomatically run afternpm installto updatesrc/config.json -
grunt installSeewrite-config