Integrate Rails scss scaffolding from sass-rails. by AnomalousBit · Pull Request #112 · sass/sassc-rails (original) (raw)
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.