1.0.0 • Published 7 years ago

uglify-es-script v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

uglify-es-script

Minify JavaScript files.

Getting started

Add the package to your project using the npm ecosystem:

$ npm install uglify-es-script --save-dev

Then setup the npm script via the package.json file.

./package.json
"scripts": {
  "uglifyjs": "./node_modules/.bin/uglify_es_script"
},

Now run the command:

$ npm run uglifyjs

Changelog

Get the project's history in CHANGELOG.md.

Maintainer

Andy Bettisworth andy@accreu.com https://andybettisworth.com

License

This project is released under the MIT License.