]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update build-tools.md (#24378)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 16 Oct 2017 02:17:53 +0000 (05:17 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2017 02:17:53 +0000 (05:17 +0300)
docs/4.0/getting-started/build-tools.md

index 64b03202130a7d9837f7a10bdae3911491345836..4eb37e31254e48004d4b56b45a4b5ede3eff1af7 100644 (file)
@@ -28,9 +28,11 @@ Our [package.json]({{ site.repo }}/blob/v{{ site.current_version }}/package.json
 
 | Task | Description |
 | --- | --- |
-| `npm test` | Run `npm test` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Sass](http://sass-lang.com/), [Autoprefixer][autoprefixer], and [UglifyJS](http://lisperator.net/uglifyjs/).** |
-| `npm run dist` | `npm run dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/), [Autoprefixer][autoprefixer], and [UglifyJS](http://lisperator.net/uglifyjs/).** |
-| `npm run docs` | Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `npm run docs-serve`. |
+| `npm run dist` | `npm run dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/), [Autoprefixer][autoprefixer], and [UglifyJS](https://github.com/mishoo/UglifyJS2).** |
+| `npm test` | Same as `npm run dist` plus it runs tests locally |
+| `npm run docs` | Builds and lints CSS and JavaScript for docs. You can then run the documentation locally via `npm run docs-serve`. |
+
+Run `npm run` to see all the npm scripts.
 
 ## Autoprefixer