I am having the strangest problem. I am needing to constantly clear my cache to see changes I am making. Every single adjustment I make, I need to go "Site/Maintenance/Clear Cach" to see my changes.
I have looked at every setting in Gantry, Joomla admin screens, php settings, the browser--everywhere possible and shut off anything having to do with cache: no effect.
I an working on my local machine in development. Right now it is Fracture template. This happens n Google Chrome, Firefox and IE8
THAK YOU!
That is normal behavior and you won't be able to change it. Fracture template uses less compiler which compile changes once per file change and then template uses those compiled css files. Each time you make a change, you need to "tell" less compiler to compile them in a new css files and that is exactly what you do with cleaning cache
Thanks for both your replies on this and in such a timely manner.
But I have module cache off....all caching is off, but like Igor said, this may not be controllable due to LESS. The question now is, can the compiler mode be shut off until I am ready to deploy? Have the "old way" then use LESS when i want its benefit?