When you had CSS compress and combine enabled in Prestashop 1.6, it used to flush the cache automatically when some of the source CSS were changed.
This no longer happens, is it done on purpose?
I think the behavior should be the same as in TPL files, which listen for changes, if it's set so.
Hi @Hlavtox ,
The cache is cleared whenever a file is modified if the configuration is the following :

I've tried changing the theme.css file of the classic template. After refreshing my page, I saw the updates. It works in both 1.7.6.4 and 1.7.5.2.
@florine2623 I am 99% sure that the settings in the screenshot are only related to TPL file changes.
Set your CCC setting like this:
Open some page in FO to cache the CSS.
Go to themes/themename/assets/css and change something in custom.css
You can add body{background-color: red !important;} for example.
4. Go to FO, the changes are not visible.
Thanks for the details @Hlavtox.
I managed to reproduce the issue with PrestaShop version 1.7.6.4 and 1.7.5.2.
Indeed, when those 3 options are set in CCC, you need to clear cache manually to see css changes.
I鈥檒l add this to the debug roadmap so that it鈥檚 fixed. If you have already fixed it on your end or if you think you can do it, please do send us a pull request!
Thanks!
hola @PrestaShop/prestashop-product-team,
The behavior here needs to be investigated, does someone know what was the reason for the change between 1.6 and 1.7?