]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
links to Recess repo
authorCédric Aellen <cedric.aellen@alienlebarge.ch>
Tue, 6 Aug 2013 12:57:34 +0000 (14:57 +0200)
committerCédric Aellen <cedric.aellen@alienlebarge.ch>
Tue, 6 Aug 2013 12:57:34 +0000 (14:57 +0200)
README.md

index 68e14506d2a29d115130ba05fe1c08bd61890c3a..c52b4de345f19669e477db16832a189d04d6502e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.**