Skip to content
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

Integrate Rails scss scaffolding from sass-rails. #112

Merged
merged 1 commit into from
Dec 17, 2018

Conversation

AnomalousBit
Copy link
Contributor

This fixes #74 and is very similar (identical?) to the PR #86 which for some reason had it's fork deleted (probably why it wasn't merged?).

This commit simply adds the Rails scss scaffolding required to make the Rails generators work again with sassc-rails. It comes directly from the lib/rails directory of the sass-rails repo.

I was also experiencing the error scss [not found] issue, which now works as expected when I tested with rails g scaffold on this PR.

@bolandrm bolandrm merged commit 17d7e34 into sass:master Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"rails g controller|scaffold ..." fails with "scss [not found]" error
2 participants