petebrowne / sprockets-sass

Better Sass integration with Sprockets 2.x
MIT License
90 stars 29 forks source link

It runs postprocessors on sass imports #25

Closed libc closed 10 years ago

libc commented 10 years ago

Hey guys,

Your project has a bug similar to https://github.com/rails/sass-rails/issues/163 (it was fixed by https://github.com/rails/sass-rails/pull/170)

https://github.com/petebrowne/sprockets-sass/blob/master/lib/sprockets/sass/importer.rb#L136

As you can see you try to run postprocessors as well. Tell me if you prefer a pull request instead.

Cheers

petebrowne commented 10 years ago

Thanks for letting me know about this! Sorry it took so long to get it fixed

libc commented 10 years ago

Thank you for fixing it