Reputation: 1053
I use prestashop 1.6.0.8 I want to modify css files. I disabled cahce and ccc from advanced parameters->performance. Set template compilation to force compilation. Deleted cache->smart->cache and compiled folders. But web page still creates css cache. How can I fix this?
Upvotes: 0
Views: 745
Reputation: 568
This could also just be the browser cache? Did you try reloading the page after clearing browser cache?
Chrome Dev Tools (Firefox probably has something similar) has an option to disable the browser cache while dev tools is open.
Upvotes: 0
Reputation: 1078
Did you empty the /cache/smarty/compile/ folder?
Everything in there except the index.php
This of course assuming you don't use third party solutions like Cloudflare which also caches the content.
Upvotes: 0