bertramdev / asset-pipeline

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

Document minifyOptions.excludes #258

Closed joemccall86 closed 4 years ago

joemccall86 commented 4 years ago

Add example for minifyOptions.excludes.

For projects that are based on the react-webpack profile, a bundle.js is outputted and is already minified. Asset-pipeline handles this by excluding bundle.js from the minification, but there was no example of this anywhere. This allows those who want to avoid re-minifying the bundle.js but still want it served via asset-pipeline to do so.