scout-app / scout-app

Scout-App - The simplest Sass processor
http://scout-app.io
MIT License
693 stars 101 forks source link

Source Map Filename wrong #441

Open ghost opened 3 years ago

ghost commented 3 years ago

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

maryjos commented 3 years ago

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.