blutorange / closure-compiler-maven-plugin

Combine and minimize JavaScript with Closure Compiler.
http://blutorange.github.com/closure-compiler-maven-plugin
Apache License 2.0
52 stars 6 forks source link

Write source mapping files even if they already exist. #30

Closed blutorange closed 6 years ago

blutorange commented 6 years ago

Issue by gabrielsjoberg Friday Jul 28, 2017 at 20:54 GMT Originally opened as https://github.com/samaxes/minify-maven-plugin/pull/149


This fixes issue #142 by updating the source mapping files if they exist and then including the corresponding sourceMappingURL in the minified file.


gabrielsjoberg included the following code: https://github.com/samaxes/minify-maven-plugin/pull/149/commits

blutorange commented 6 years ago

Merged.