diff options
| author | Mark Otto <[email protected]> | 2015-11-14 19:28:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-14 19:28:45 -0800 |
| commit | bbdd39300310bf236a17bc196972c43a3374f97f (patch) | |
| tree | ebe69f0bf66ae2616d986c97facfcfda83397c5a /docs/getting-started | |
| parent | 9e01f45656e13dc31c9e29bf01682d3004039f7c (diff) | |
| download | bootstrap-bbdd39300310bf236a17bc196972c43a3374f97f.tar.xz bootstrap-bbdd39300310bf236a17bc196972c43a3374f97f.zip | |
contextual shoutout
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/build-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index b54a568ef..b029b3dd5 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -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. | |
