mage2tv / magento-cache-clean

A faster drop in replacement for bin/magento cache:clean with file watcher
BSD 3-Clause "New" or "Revised" License
527 stars 61 forks source link

Clean cache after change less files #84

Closed sebastian-ehrling closed 3 years ago

sebastian-ehrling commented 3 years ago

is it possible to automatically clear the following caches when a less file is changed?

This would be nice instead when you don't have grunt running.

Vinai commented 3 years ago

Hi @sebastian-ehrling,

thanks for opening the issue! There is a related, old, issue about this: https://github.com/mage2tv/magento-cache-clean/issues/16

In a nutshell, most devs seem to be using grunt, and I didn't want to create a situation where two tools compete about deleting generated static assets...

What are your thoughts on this? Especially, why don't you want to have grunt running when editing less files?

sebastian-ehrling commented 3 years ago

okay thx :)