scout-app icon indicating copy to clipboard operation
scout-app copied to clipboard

Source Map Filename wrong

Open ghost opened this issue 3 years ago • 1 comments

I hope I don't bug anyone, new to Git

Scout humming along nicely, .map file is generated in the proper location, but referenced as ".css.map" – which would be fine if the generated filename would be named accordingly. But no matter what setting I try, it’s always

"styles.css" -- reference /*# sourceMappingURL=styles.css.map */ "styles.map" -- 404

thanks a lot

ghost avatar Jun 07 '21 15:06 ghost

I'm having the same issue. We have a lot of SASS files so it's really cumbersome to have to rename all the maps for them.

There also doesn't seem to be any way to get source maps include with the Production option selected, but I don't want all the additional comments in the CSS files that are added by the Development setting. Ideally source maps should just be its own option.

maryjos avatar Aug 04 '21 03:08 maryjos