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

Fixing ticket #90. Where if Rails.assets.cache is nil Rake assets:cache it throws an exception #101

Open austinrfnd opened 9 years ago

austinrfnd commented 9 years ago

The code was taken off @tdwalton's issue #90. Adding a unit test for the error. I left the version number the same.