I have changed my LESS CSS code directly on the file which is hosted on a server.
But anything I change in this file, -which I thought was being loaded on every page request, do not appear visually whenever the page using the styling is loaded.
Now, I understand that LESS is somehow compiled into "raw" CSS in some way, but I do not know exactly how. I imagine this not happening might be the error.
Another idea that I had was about the IIS, which is pointing to the site. Is it possible that the IIS needs to be refreshed in any way to make the LESS code recompile?
I believe that if I just get the LESS code to recompile itself, it would work fine. What could be preventing me from doing just that?