trigger-corp / browser-extensions

Build and run cross-platform browser extensions from one codebase.
Other
312 stars 52 forks source link

Replace Minification Library #64

Closed reicolina closed 5 years ago

reicolina commented 5 years ago

The current minification library does not seem to work with newer version of Java 😢 This PR replaces it with YuiCompressor which is well documented and better maintained ✅ http://yui.github.io/yuicompressor/

antoinevg commented 5 years ago

Good grief, I completely missed this. Thank you and my apologies!