Closed dalezak closed 8 years ago
Same issue here; rails 4.2.5, ruby 2.2.2, bundler 1.10.6
Edit: and sprockets 3.5.2
Edit 2: sprockets-rails 3.0.0 -- and holding sprockets-rails below 3.x seems to fix the problem.
I am also receiving this error after upgrading an existing project to rails 5. Do you plan to support rails 5?
Same issue, please help me resolve it, thanks.
I could imagine that this issue is caused by the recent release of sprockets-rails
version 3.0
https://rubygems.org/gems/sprockets-rails/versions/3.0.0 From the release date it seems to match with this issue.
So a quickfix could possibly be to downgrade sprockets-rails
This gem is sort of in "limited maintenance" mode, since we do not actively use it in any projects anymore. But any investigation and/or pull requests will be greatly appreciated.
@jhilden sprocket-rails is upgraded alongside rails 5. Does rails 5 support count as 'limited maintenance'? I will see what I can do to help. May I ask what alternative you are using if you aren't using this in projects anymore?
I'm sorry, but it is unlikely that I personally will have time to work on Rails 5 support anytime soon. I'm afraid "limited maintenance" currently only means reviewing code, trying to help and merging PRs.
I'm looking forward to your help/PR.
May I ask what alternative you are using if you aren't using this in projects anymore?
We are just lucky enough that we currently don't have any large projects where the support for IE9 and below is very crucial.
I just released version 0.4.4
with the fix #60 by @seckenrode
Please let us know if this fixes all your issues.
:+1: thank you!
I just started getting this error, is it related to css_splitter 0.4.3?