aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Aellen <[email protected]>2013-08-06 15:04:52 +0200
committerCédric Aellen <[email protected]>2013-08-06 15:04:52 +0200
commit3fb41d240065d40c084ff9cc5c9f856d2d947577 (patch)
tree0c77b83e85f2735d5ad75b28d4ff23aae373c260
parent3e3e6f13aa2a47c6319bc61face01b01ace98a5e (diff)
downloadbootstrap-3fb41d240065d40c084ff9cc5c9f856d2d947577.tar.xz
bootstrap-3fb41d240065d40c084ff9cc5c9f856d2d947577.zip
link to Uglify-js repo
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c52b4de34..175139bba 100644
--- 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](https://github.com/twitter/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](https://github.com/mishoo/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.**
+`grunt dist` creates the `/dist` directory with compiled files. **Requires [recess](https://github.com/twitter/recess) and [uglify-js](https://github.com/mishoo/UglifyJS).**
#### Tests - `grunt test`
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires phantomjs.**