codeforamerica / honeycrisp-gem

A Rails gem with base styles and Javascript for Code for America products
http://honeycrisp.herokuapp.com
MIT License
24 stars 8 forks source link

Make Sourcemaps work for distribution assets #288

Open coltborg opened 3 years ago

coltborg commented 3 years ago

Created from #287. When using rake assets:package, Sourcemapping isn't working. If you look at the CSS assets in SHIBA, it doesn't use the Sourcemap to point to the original .scss file, it still points to the minified file.

This would benefit Developers more than end clients, so keeping this low priority.

Screen Shot 2021-08-25 at 3 48 11 PM