-
Notifications
You must be signed in to change notification settings - Fork 105
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 g controller|scaffold ..." fails with "scss [not found]" error #74
Comments
is there a solution or someone interested there, we are now in jully 2018... |
Is there a solution for this issue? As it is supposed to be a replacement for sass-rails deprecation, it would be nice to have this work. |
A PR would be welcome for this issue! |
I understand there was one here: #86 But there is no clue why it was closed without proper fix. |
Is there any plan to fix this? This can be really annoying, and I suppose it is not complicated to fix? |
Related to this, not sure why but i still have a similar an issue when using scaffold with sassc-rails.
Adding sass-rails as not required make scaffold to work. |
It works, but then you get a plain CSS template file, not SCSS. |
In my environment i'm getting a file with a scss extension 😕 |
Thanks for your work on sassc-rails! We switched over to using it as a default on all new projects.
When using rails generators, we noticed that generating views fails with a "scss [not found]" error.
This works using sass-rails. If sassc-rails is a drop in replacement for sass-rails, it seems to me that adding support for the generator would be a good idea.
If you agree, I can look into what it would take. LMK.
The text was updated successfully, but these errors were encountered: