This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
After rename a sourcemap, sourceMappingURL should be updated with the new map file #62
Description
Hey all,
After run filerev
with sourceMaps for JS and CSS, I found with there is none update of the sourceMappingURL
pointing to the new .map
file.
Current behavior:
1- a.js with sourceMappingURL=a.js.map
2- run filerev
3- a.12345678.js with sourceMappingURL=a.js.map
Expected behavior:
1- a.js with sourceMappingURL=a.js.map
2- run filerev
3- a.12345678.js with sourceMappingURL=a.12345678.js.map
Is there something complicated behind this issue?
Thanks!
Metadata
Assignees
Labels
No labels