0

I have simply updated my main.css file locally, committed it to github and my changes are not showing. I have confirmed these changes should in fact be working by editing the same file with the same small style change in Chrome's developer console. I have checked my github repo and it has all my code up to date. I even made a small HTML change in the same commit and that change was made in the live heroku app. I have tried clearing all heroku/github and chrome caches to make sure that an old CSS file wasn't being used but this is not the case.

Why won't the CSS load? Is this a Heroku problem?

user3858610
  • 175
  • 1
  • 14
  • Are you seeing any deploy errors? Have you looked into the suggestions here? http://stackoverflow.com/a/22617294/3215966 – jami0821 Dec 26 '16 at 19:18
  • No that's what is so strange. I actually saw that post and had really high hopes for it working but it didn't :( – user3858610 Dec 26 '16 at 19:19
  • have you tried clearing cache or opening page in private browsing mode? – Dan Dec 26 '16 at 22:21

2 Answers2

0

Check the path set thoroughly and reload it.

Sri Charan
  • 23
  • 1
  • 5
0

A similar issue happened to me - it was to do with npm. Every now and then, the path to my dependencies goes awry and I need to reset it with this string in the command line.

export PATH="$HOME/.node_modules_global/bin:$PATH"