diff options
| author | XhmikosR <[email protected]> | 2020-01-21 13:36:58 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-03-09 16:26:10 +0200 |
| commit | 3b5283602cd43042daa2b2f75b24db73fb6e92fa (patch) | |
| tree | edc7fd8234b63421326bf2910e178fbfd84d5071 /site/docs | |
| parent | cc3ca2586f17e9c987d70c75a291986f29777866 (diff) | |
| download | bootstrap-3b5283602cd43042daa2b2f75b24db73fb6e92fa.tar.xz bootstrap-3b5283602cd43042daa2b2f75b24db73fb6e92fa.zip | |
Replace uglify-js with terser.
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.4/getting-started/build-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.4/getting-started/build-tools.md b/site/docs/4.4/getting-started/build-tools.md index 186686de0..cf7a24353 100644 --- a/site/docs/4.4/getting-started/build-tools.md +++ b/site/docs/4.4/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`. | |
