]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix old links 11979/head
authorZlatan Vasović <legospace9876@gmail.com>
Sun, 22 Dec 2013 15:26:05 +0000 (16:26 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Sun, 22 Dec 2013 15:26:05 +0000 (16:26 +0100)
Replace recess with less.

README.md

index ebaf1266440297cf98072018dcc55f468d7a9fcf..b660322d64a8a7392f0c24bd485cbcd3f53d2cd7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -90,10 +90,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`. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
+Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Less](http://lesscss.org/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
 
 #### Only compile CSS and JavaScript - `grunt dist`
-`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
+`grunt dist` creates the `/dist` directory with compiled files. **Uses [Less](http://lesscss.org/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
 
 #### Tests - `grunt test`
 Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI).