bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
193 stars 91 forks source link

Upgrade Closure Compiler to v20210106 #269

Closed joemccall86 closed 3 years ago

joemccall86 commented 3 years ago

This version has some crucial bug fixes that allow certain libraries to minify (namely https://github.com/Countly/countly-sdk-web/blob/master/plugin/boomerang/countly_boomerang.js). Without it we get an error stating that the javascript is disallowed in strict mode.

davydotcom commented 3 years ago

Thanks!