Mitch Malone
Mitch Malone

Reputation: 399

Pushing to Heroku not updating my Rails app

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.

Upvotes: 1

Views: 249

Answers (1)

Mitch Malone
Mitch Malone

Reputation: 399

I had to precompile assets before deploying.

Upvotes: 1

Related Questions