Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Grunt Setup

jasonsanjose edited this page Jan 31, 2013 · 8 revisions
  1. Install Node 0.8 http://nodejs.org/download/
  2. Run npm install from the root of the brackets git repo
  3. Run grunt

Task details

grunt jshint Run JSHINT on all /src and /test files as well as the Gruntfile.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

Clone this wiki locally