lasso-js / lasso-minify-js

Minify JavaScript files using uglify-js
1 stars 3 forks source link

update UglifyJS #2

Closed yomed closed 8 years ago

yomed commented 8 years ago

Updated to UglifyJS2 according to their "simple" javascript api https://github.com/mishoo/UglifyJS2#the-simple-way. It didn't look like we needed to do any ast transforming, and the previous setup was just how the api worked in earlier versions. I tested basic usage and error handling.

patrick-steele-idem commented 8 years ago

Thanks for the PR! I'm going to test locally and publish if everything looks good. I'll update here when a new version has been published. Thanks!

patrick-steele-idem commented 8 years ago

Thanks for the PR! New versions of modules published:

lasso-minify-js@1.1.4 lasso@1.12.0 (additional tests and updated dependency version for lasso-minify-js)