Skip to content

Indicate that asset is already minified for compatibility with minifier extension

mattwire requested to merge github/fork/mjwconsult/minifiercompatibility into master

When the minifier extension is installed it will try to minify js/css assets

But for civisualize the civisualize-bundle.js is mostly minified assets concatenated together and minifying them again triggers a syntax error. By renaming the file from civisualize-bundle.js to civisualize-bundle.min.js the minifier extension ignores it.

Merge request reports