Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 476 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 476 Bytes

Magento 2 Cache Buster

Module to bust cache. To be used in development mode only

While developing magento 2 extension we need to remove files and static deploy everytime to check if our changes are working. CacheBuster Module allows you to make changes in pub folder itself. After the changes are done, changes are reflected immediately. Upon completion the same changes can be made in relevant plugin.

Extract the folder in app/code folder. Run upgrade and deploy