Include SASS Source Card Files for Rails 4.2

I have a Rails project in which I use Bootstrap homing (SASS). Map files are not created, so I cannot validate CSS correctly in Chrome.

I found some sass-rails-sourcemap stone, but it doesn't seem to work.

+4
source share
1 answer

After some research, I saw that there would be SourceMaps support with the release of version 4.0 of the Sprockets gem.

Therefore, at the moment, you can have the source maps only if you compile your CSS manually using some external tool such as Grunt or so.

, .

0

All Articles