Directives specific to twitter bootstrap
- Install Node.js and NPM (should come with)
- Install global dev dependencies:
npm install -g [email protected] [email protected]
- Start testacular server:
grunt server
- Run test:
grunt test-run
- Build the whole project:
grunt
- this will runlint
,test
, andconcat
targets