samaxes / minify-maven-plugin

Combine and minimize JavaScript and CSS files for faster page loading.
http://samaxes.github.com/minify-maven-plugin
Apache License 2.0
222 stars 91 forks source link

Add option to skip writing sourceMappingURL comment to file #157

Open BalusC opened 6 years ago

BalusC commented 6 years ago

The SourceMap response header https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap is ignored when sourceMappingURL comment is present.

Neither the documentation nor the source code indicates that there's an option to disable writing sourceMappingURL comment to minified file.

Can this be added?