Changing CSS

1
I have changed theme.css in my local folder and I have comitted it through SVN, but whenever I try to run it in sandbox, the css file does not change. How can I make it so that it changes in sandbox too? Thanks in advance.
asked
2 answers
0

For forcing css refresh add a cachebust to the cssfile you load (theme.css?5487656348 for example). In 5.15 it's possible to automate that by the var {{cachebust}}

answered
-1

Two things to check:

  1. Your browser might be caching the old css. Try clearing your browser cache, or forcing a cache refresh in Chrome or Firefox by pressing CTRL+F5
  2. Your theme.css folder should be inside the "theme" folder in your project directory. I assume you already have it there since you stated it was committed.
answered