diff options
| author | Zlatan Vasović <[email protected]> | 2013-12-22 16:26:05 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-12-22 16:26:05 +0100 |
| commit | 28adcbe43925c8a15ac18e6bfb37c632e5fe7b31 (patch) | |
| tree | f22680f21a8ea44c1a2366567ca421841391e15a | |
| parent | 810c7ec4f8004129b88eba4aee15475d5d6f79ba (diff) | |
| download | bootstrap-28adcbe43925c8a15ac18e6bfb37c632e5fe7b31.tar.xz bootstrap-28adcbe43925c8a15ac18e6bfb37c632e5fe7b31.zip | |
Fix old links
Replace recess with less.
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |
