Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).