-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 4.1.1 - Sass::SyntaxError - File to import not found or unreadable: compass. #164
Comments
Probably related to #155 I found that the following works: gem 'compass-rails', '~> 1.1.7'
gem 'sass-rails' Outside of the Which by me installs the following versions:
|
Moving |
The solution from @Silex worked for me. Besides |
Actually Rails 4 does not have assets group as far as I know |
@bodrovis You are right. Tried many versions, but nothing worked. Any solution??? |
See sass/sassc-rails#19 (comment) for a temporary fix, it worked for me. |
Try this:
You should also make sure these gems are NOT included inside your asset group, since it has been removed from Rails 4.0 Then remove your |
I did the exact following solutions, still have the "File import not found or unreadable: compass." error. Here's the Gemfile :
I'm using Rails 5 |
I had the same problem This worked for me, I hope it does work for you too! |
Hi,
we can't get compass-rails work within the following setup:
Gemfile:
app/assets/stylesheets/application.css.scss
Stacktrace: https://friendpaste.com/3fk7mgOiStKrV27vzNSURR
The basic error message is:
Wether I do sth. completely wrong or I do have a misunderstanding for
@import 'compass';
inapp/assets/stylesheets/application.css.scss
.Any info is highly appreciated :)
Cheers
Andy
The text was updated successfully, but these errors were encountered: