ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
976 stars 78 forks source link

fix for file not found issues #71

Closed gnovos closed 11 years ago

gnovos commented 11 years ago

I was running into an issue with the tinymce gem, some files were not there but ti was expecting them, so it would crap out. I just moved the code behind guards and now it works for me. Not sure if you'd like to add this to them gem, but it would be much appreciated!

ndbroadbent commented 11 years ago

OK, this looks fine to me, thanks! Have released 0.3.7 with your change.