vhyza / sass-rails-source-maps

DEPRECATED: Rails gem for generating sass source maps
MIT License
85 stars 21 forks source link

Rails 4.0.13 not working #21

Open aTei opened 9 years ago

aTei commented 9 years ago

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/*";
vhyza commented 9 years ago

Which version of gem are you using?

Can you try it using master and sass-rails v 5.0.0 as described in readme?

arun057 commented 9 years ago

Same Issue with me, when trying to import normalize-rails.

File to import not found or unreadable: normalize-rails/normalize.
aTei commented 9 years ago

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/*.