Kind experts, could you please enlighten me on the topic of deployment of assets pipeline changes to heroku. Currently I’m trying to push some changes to already deployed to heroku app but whatever combination of preferences/configs/compilations I have tried does not seem to work. The funniest thing is that I actually can see css classes changing on my tags and I can confirm that in this one huge css file users get in production there are my new css classes. But they don’t take effect on the page One of my guesses is that this is caching issue but I’m not sure that’s why I’m asking you - what’s the routine for deploying pipeline updates to heroku?
Thanks.