sass-rails-source-maps
sass-rails-source-maps copied to clipboard
Rails 4.0.13 not working
File to import not found or unreadable: application/*.
application.scss
@import "bourbon";
@import "reveal";
@import "az-misc";
@import "az-payments";
@import "application/vars";
@import "application/*";
Which version of gem are you using?
Can you try it using master and sass-rails v 5.0.0 as described in readme?
Same Issue with me, when trying to import normalize-rails.
File to import not found or unreadable: normalize-rails/normalize.
Just tried using master and sass-rails 5.0.1
File to import not found or unreadable: reveal.
reveal located in /vendor/assets/stylesheets/reveal.css
And when reveal removed, I receive
File to import not found or unreadable: application/*.