zweilove / css_splitter

Gem for splitting up stylesheets that go beyond the IE limit of 4095 selectors, for Rails 3.1+ apps using the Asset Pipeline.
MIT License
160 stars 47 forks source link

Make the sprocket engine addition an initializer #3

Closed aaronjensen closed 11 years ago

aaronjensen commented 11 years ago

This way it works even if you don't have initialize_on_precompile set. I believe this is the fix for #1

jhilden commented 11 years ago

Thanks a lot for your pull request!