Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wurde/uglify-es-script
Minify JavaScript files.
https://github.com/wurde/uglify-es-script
Last synced: 5 days ago
JSON representation
Minify JavaScript files.
- Host: GitHub
- URL: https://github.com/wurde/uglify-es-script
- Owner: wurde
- License: mit
- Created: 2018-02-05T09:48:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T15:44:21.000Z (almost 7 years ago)
- Last Synced: 2024-09-08T10:02:01.499Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# uglify-es-script
Minify JavaScript files.
## Getting started
Add the package to your project using the npm ecosystem:
```bash
$ npm install uglify-es-script --save-dev
```Then setup the npm script via the `package.json` file.
```json
./package.json
"scripts": {
"uglifyjs": "./node_modules/.bin/uglify_es_script"
},
```Now run the command:
```bash
$ npm run uglifyjs
```## Changelog
Get the project's history in [CHANGELOG.md](CHANGELOG.md).
## Maintainer
Andy Bettisworth https://andybettisworth.com
## License
This project is released under the [MIT License](LICENSE.txt).