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

couldn't find file 'jquery' #14

Closed CodeMonkeySteve closed 11 years ago

CodeMonkeySteve commented 11 years ago

I keep getting the following error when trying to precompile my split assets:

couldn't find file 'jquery'
  (in .../gems/css_splitter-0.0.2/app/assets/javascripts/css_splitter/application.js:13)

It looks like it's trying to include the css_splitter test app assets ... ?

jhilden commented 11 years ago

This sounds a lot like #10

If that doesn't help, it would be great if you could provide some more details and explain why you think it's trying to load the test app assets.

CodeMonkeySteve commented 11 years ago

Thanks