Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-19 16:51:50 +0300
committerGitHub <noreply@github.com>2019-02-19 16:51:50 +0300
commitececf644f4886ef8bf2935fcc6b8f5a3dd7f37f1 (patch)
tree9c0cc9d01fc6ebfbd50ee747d84d3bad0aa64334 /site/docs/4.3
parent3a61df51d7d84defc0221b69d4e6f920682e3d1d (diff)
Replace uglify-js with terser. (#27813)
Diffstat (limited to 'site/docs/4.3')
-rw-r--r--site/docs/4.3/getting-started/build-tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/getting-started/build-tools.md b/site/docs/4.3/getting-started/build-tools.md
index 186686de04..cf7a24353b 100644
--- a/site/docs/4.3/getting-started/build-tools.md
+++ b/site/docs/4.3/getting-started/build-tools.md
@@ -28,7 +28,7 @@ Our [package.json]({{ site.repo }}/blob/v{{ site.current_version }}/package.json
| Task | Description |
| --- | --- |
-| `npm run dist` | `npm run dist` creates the `/dist/` directory with compiled files. **Uses [Sass](https://sass-lang.com/), [Autoprefixer][autoprefixer], and [UglifyJS](https://github.com/mishoo/UglifyJS2).** |
+| `npm run dist` | `npm run dist` creates the `/dist/` directory with compiled files. **Uses [Sass](https://sass-lang.com/), [Autoprefixer][autoprefixer], and [terser](https://github.com/terser-js/terser).** |
| `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`. |