Skip to content

Commit

Permalink
Replaced uglify-es by UglifyJS 3. (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller authored Oct 2, 2023
1 parent 50a1395 commit 6ad4c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ FTP Deployment 3.6 requires PHP 8.0 or later. It also requires openssl extension

The easiest way to obtain FTP Deployment is to download [a single PHAR file](https://github.com/dg/ftp-deployment/releases).

If you want to use minification, install [Node.js](https://nodejs.org/en/) and [UglifyES](https://www.npmjs.com/package/uglify-es)
If you want to use minification, install [Node.js](https://nodejs.org/en/), [UglifyJS 3](https://www.npmjs.com/package/uglify-js)
for JavaScript minification and [clean-css](https://www.npmjs.com/package/clean-css-cli) for CSS minification.

```
npm install uglify-es -g
npm install uglify-js -g
npm install clean-css-cli -g
```

Expand Down

0 comments on commit 6ad4c51

Please sign in to comment.