You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by i045053 Friday Apr 17, 2015 at 07:45 GMT Originally opened as samaxes#97
JavaScript Source map generated by Closure compiler now can have links to each source file instead of only one link to the merged sources file. This may be
useful when debugging many JavaScript source files.
This is configured with the option closureMapToOriginalSourceFiles = true
Issue by i045053
Friday Apr 17, 2015 at 07:45 GMT
Originally opened as samaxes#97
JavaScript Source map generated by Closure compiler now can have links to each source file instead of only one link to the merged sources file. This may be
useful when debugging many JavaScript source files.
This is configured with the option closureMapToOriginalSourceFiles = true
i045053 included the following code: https://github.com/samaxes/minify-maven-plugin/pull/97/commits
The text was updated successfully, but these errors were encountered: