On Thursday, January 13, 2011 1:35:27 PM UTC, John Beynon wrote: > > We use https://github.com/sbecker/asset_packager under Rails3 on Heroku - > works great for us, > > Run a rake task locally to package after any changes to js/css, commit to > git and then deploy >
Thanks for that. I've been playing with some stuff today, and came up with this: https://gist.github.com/778234 Basically, I can use "rake deploy" to deploy to heroku, and it caches the assets automatically. It's an interesting strategy, I think. I'm curious if you guys have any opinion. - Trevor -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
