sass-rails-source-maps icon indicating copy to clipboard operation
sass-rails-source-maps copied to clipboard

Rails 4.0.13 not working

Open aTei opened this issue 10 years ago • 3 comments

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/*";

aTei avatar Apr 04 '15 12:04 aTei

Which version of gem are you using?

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

vhyza avatar Apr 06 '15 12:04 vhyza

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

File to import not found or unreadable: normalize-rails/normalize.

arun057 avatar Apr 08 '15 16:04 arun057

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

aTei avatar Apr 09 '15 07:04 aTei