diff options
| author | Mark Otto <[email protected]> | 2013-08-22 23:19:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-22 23:19:49 -0700 |
| commit | 495768bbf552c042a06a8b4f90b6058ffebeb970 (patch) | |
| tree | 53e4f2ab6ba3a76f468450d5d9d3ca0a0b41849c /README.md | |
| parent | 3318a982290817b40b21a6405b85f791180b5129 (diff) | |
| parent | 24f57bdf41b81fd898db0fc2b946ffd1e7b843ee (diff) | |
| download | bootstrap-495768bbf552c042a06a8b4f90b6058ffebeb970.tar.xz bootstrap-495768bbf552c042a06a8b4f90b6058ffebeb970.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# [Bootstrap](http://getbootstrap.com) [](http://travis-ci.org/twbs/bootstrap) +# [Bootstrap](http://getbootstrap.com) [](http://travis-ci.org/twbs/bootstrap) [](https://david-dm.org/twbs/bootstrap#info=devDependencies) Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat). @@ -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" + |
