So I did some CSS changes on my local, ran git add ., git commit -am \"Hello\", git push heroku master, and for some reason two commmi
git add .
git commit -am \"Hello\"
git push heroku master
Try running:
bundle exec rake assets:precompile
Then gitting:
git add . git commit -m "asdfasdf" git push heroku master