You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://saucelabs.com/u/bootstrap)
3
3
4
4
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat), and maintained by the [core team](https://github.com/twbs?tab=members) with the massive support and involvement of the community.
@@ -21,7 +21,7 @@ To get started, check out <http://getbootstrap.com>!
21
21
22
22
Three quick start options are available:
23
23
24
-
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.1.0.zip).
24
+
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.0.3.zip).
25
25
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
26
26
- Install with [Bower](http://bower.io): `bower install bootstrap`.
27
27
@@ -97,10 +97,10 @@ When completed, you'll be able to run the various Grunt commands provided from t
97
97
### Available Grunt commands
98
98
99
99
#### Build - `grunt`
100
-
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/).**
100
+
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/).**
101
101
102
102
#### Only compile CSS and JavaScript - `grunt dist`
103
-
`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
103
+
`grunt dist` creates the `/dist` directory with compiled files. **Uses [Less](http://lesscss.org/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
104
104
105
105
#### Tests - `grunt test`
106
106
Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI).
0 commit comments