Luismahou / grunt-hashres

Hashes your js and css files and rename the <script> and <link> declarations that refer to them in your html/php/etc files.
MIT License
115 stars 41 forks source link

sourcemaps file replacement not working #44

Open thomheymann opened 10 years ago

thomheymann commented 10 years ago

References to source map files are not replaced correctly in javascript files.

Source

//# sourceMappingURL=main.js.map

Result

//# sourceMappingURL=main.8c16fa47.js.c3c6e6c9.map

Expected

//# sourceMappingURL=main.cache.c3c6e6c9.js.map
thomheymann commented 10 years ago

Hi @Luismahou Is this project still maintained? Would be good to get your input.