diff options
| author | Cédric Aellen <[email protected]> | 2013-08-06 14:57:34 +0200 |
|---|---|---|
| committer | Cédric Aellen <[email protected]> | 2013-08-06 14:57:34 +0200 |
| commit | 3e3e6f13aa2a47c6319bc61face01b01ace98a5e (patch) | |
| tree | 3a3fab534a3fd853a44914950bb649b1494c50a8 | |
| parent | 5db9a10138ad41b832a4f2e4c5f98bf658159acb (diff) | |
| download | bootstrap-3e3e6f13aa2a47c6319bc61face01b01ace98a5e.tar.xz bootstrap-3e3e6f13aa2a47c6319bc61face01b01ace98a5e.zip | |
links to Recess repo
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,10 +63,10 @@ When completed, you'll be able to run the various Grunt commands provided from t ### Available Grunt commands #### Build - `grunt` -Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Requires recess and uglify-js.** +Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Requires [recess](https://github.com/twitter/recess) and uglify-js.** #### Only compile CSS and JavaScript - `grunt dist` -`grunt dist` creates the `/dist` directory with compiled files. **Requires recess and uglify-js.** +`grunt dist` creates the `/dist` directory with compiled files. **Requires [recess](https://github.com/twitter/recess) and uglify-js.** #### Tests - `grunt test` Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires phantomjs.** |
