diff options
| author | XhmikosR <[email protected]> | 2015-08-25 19:19:24 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-08-27 08:11:11 +0300 |
| commit | 13e33e329c724b43e3abbed6522d0498970f74e1 (patch) | |
| tree | 98026b23e3b10da381df2fa8b441ccad54da0bc6 /docs/getting-started | |
| parent | 97f0da32398175a78ec1d7d3b887cc4c1337d251 (diff) | |
| download | bootstrap-13e33e329c724b43e3abbed6522d0498970f74e1.tar.xz bootstrap-13e33e329c724b43e3abbed6522d0498970f74e1.zip | |
Remove the obsolete JSHint references.
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 04cf5b7a0..adda6cbb1 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: | --- | --- | | `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 test` | Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). | +| `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. | |
