]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
contextual shoutout
authorMark Otto <markdotto@gmail.com>
Sun, 15 Nov 2015 03:28:45 +0000 (19:28 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 15 Nov 2015 03:28:45 +0000 (19:28 -0800)
docs/getting-started/build-tools.md

index b54a568efc8b68a156bd18fd276aff9340a54da0..b029b3dd5694d86d04deaff1c08f6e53a3e4ecbb 100644 (file)
@@ -28,7 +28,7 @@ Our Gruntfile includes the following commands and tasks:
 | Task | Description |
 | --- | --- |
 | `grunt` | Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** |
-| `grunt dist` | `grunt dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** |
+| `grunt dist` | `grunt dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/), [Autoprefixer][autoprefixer] and [UglifyJS](http://lisperator.net/uglifyjs/).** |
 | `grunt test` | Runs [scss-lint](https://github.com/brigade/scss-lint), [ESLint](http://eslint.org/) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). |
 | `grunt docs` | Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `jekyll serve`. |
 | `grunt watch` | This is a convenience method for watching just Sass files and automatically building them whenever you save. |