This repository was archived by the owner on Mar 26, 2018. It is now read-only.

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!