diff options
Diffstat (limited to 'docs/getting-started/compiling.md')
| -rw-r--r-- | docs/getting-started/compiling.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started/compiling.md b/docs/getting-started/compiling.md index 1fc557425..c6efae159 100644 --- a/docs/getting-started/compiling.md +++ b/docs/getting-started/compiling.md @@ -29,8 +29,8 @@ Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist` #### Tests - `grunt test` Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). -#### Tests and assets - `grunt docs` -Compiles and tests CSS, JavaScript, and more for running the local documentation via `jekyll serve`. +#### Build and test docs assets - `grunt docs` +Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `jekyll serve`. #### Watch - `grunt watch` This is a convenience method for watching just Less files and automatically building them whenever you save. |
