diff options
| author | Chris Rebert <[email protected]> | 2013-08-21 15:42:58 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-21 15:42:58 -0700 |
| commit | 1bcf9f126d2ab72b67190e9284bb7e7ce7a94719 (patch) | |
| tree | d4eb2edfb8e256222f757d103b6a898bf3c31014 | |
| parent | aea1d8839fdfa6c517bf42719f82b56510a56d0b (diff) | |
| parent | b32cfa2cf2c0b8bf54aac6bada6109c2cfe3d012 (diff) | |
| download | bootstrap-1bcf9f126d2ab72b67190e9284bb7e7ce7a94719.tar.xz bootstrap-1bcf9f126d2ab72b67190e9284bb7e7ce7a94719.zip | |
Merge pull request #10011 from nschonni/patch-1
Update Grunt instruction links and wording
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -65,13 +65,13 @@ 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](https://github.com/twitter/recess) and [uglify-js](https://github.com/mishoo/UglifyJS).** +Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [recess] and [UglifyJS].** #### Only compile CSS and JavaScript - `grunt dist` -`grunt dist` creates the `/dist` directory with compiled files. **Requires [recess](https://github.com/twitter/recess) and [uglify-js](https://github.com/mishoo/UglifyJS).** +`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess] and [UglifyJS].** #### Tests - `grunt test` -Runs jshint and qunit tests headlessly in [phantomjs](https://github.com/ariya/phantomjs/) (used for CI). **Requires [phantomjs](https://github.com/ariya/phantomjs/).** +Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). #### Watch - `grunt watch` This is a convenience method for watching just Less files and automatically building them whenever you save. @@ -139,3 +139,7 @@ For more information on SemVer, please visit [http://semver.org/](http://semver. ## Copyright and license Copyright 2013 Twitter, Inc under [the Apache 2.0 license](LICENSE). + + [recess]: http://twitter.github.io/recess/ "recess" + [uglifyjs]: http://lisperator.net/uglifyjs/ "UglifyJS" + |
