Skip to content
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

Closed
@facundocabrera

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions