markstory / mini-asset

A simple set of asset build tools that provides a config file and extensible integrations with pre-processors & minifiers.
MIT License
64 stars 17 forks source link

Adding support for UglifyJS2 since Uglifyjs is deprecated. #47

Closed pedro-stanaka closed 7 years ago

pedro-stanaka commented 7 years ago

In this PR I've added support by introducing a new option which tells the version of Uglify being used. I was using uglify-js (UglifyJs2) and could not compile my assets.

markstory commented 7 years ago

Thanks!