If its typical browser cache issue simply open you css file in new browser tab and hit f5.
Jan 2, 2017
4
Level 3
Webpack/Elixir not updating CSS?
I've encountered a rather interesting situation. I am using web pack, elixir for a project and am having trouble getting my CSS to update. More specifically, I find that the browser for some reason appears to be disregarding (or not noticing) the changes:

But, clicking on the app.css:383 in the browser gives me this:

The property of interest here is margin-left. Any ideas on why this may be happening? Is there some sort of caching process that web pack may be calling that is causing this?
Level 7
1 like
Please or to participate in this conversation.