Why is this important? It means no more committing the public directory into git.
\n\nEven with just 200 or so posts, my git history felt like it was exploding every time I wrote a new post.
\n\nI went ahead and nuked my old blog repo and recommitted this cleaner (and leaner) version if you need a starting place.
\n\nJason’s steps were great, but I did run into two snags:
\n\n- \n
- I could not set the buildpack directly when creating the app. I had to add the heroku config var for it instead. \n
- I got an error about a missing daemon gem. Heroku’s cedar stack is still in beta and running a RC version of bundler (as of today). I haven’t dug any further, but nuking my gem vendor folder and starting over seemed to do the trick. \n