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

Is a custom Heroku build pack still necessary? #77

Closed nathany closed 10 years ago

nathany commented 10 years ago

See https://devcenter.heroku.com/changelog-items/328

ndbroadbent commented 10 years ago

Hi there, yes the custom Heroku build pack is still necessary for turbo-sprockets-rails3. Heroku is caching a different folder for Rails 4 (tmp/assets/cache), while turbo-sprockets-rails needs to preserve the actual assets directory (public/assets)