1

I'm using Heroku to deploy my rails app. But when I commit to git and push to Heroku, some things don't update from my local app. Some CSS and AJAX stuff mostly from what i can tell.

I've ran git status and there's nothing to commit. I didn't receive any errors from Heroku.

Mitch Malone
  • 389
  • 1
  • 4
  • 15

1 Answers1

1

I had to precompile assets before deploying.

Mitch Malone
  • 389
  • 1
  • 4
  • 15