Closed dfuentes77 closed 11 years ago
I guess the questions is, do you need the buildpack if you are using asset_sync gem on heroku?
I guess asset sync just upload changed assets But it does not prevent recompilation?
Hi there,
You do need the buildpack if you want to use turbo-sprockets-rails3 on heroku. Otherwise the gem will do nothing to speed up your asset compilation. The buildpack keeps your assets in a shared directory, so that subsequent deploys don't need to recompile assets. Otherwise, the default behaviour on Heroku is to start with an empty public/assets directory.
Do you need to do both?