dominicwatts / clearstatic
Console script to clear static content
Installs: 5 427
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.3
- magento/framework: *
- symfony/console: *
This package is auto-updated.
Last update: 2024-11-21 18:23:59 UTC
README
Console script to clear static content. Will clear both frontend and backend static content in a single command. Ideal for pushing through knockout html changes.
Install instructions
composer require dominicwatts/clearstatic
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Usage instructions
piximedia:clearstatic:clear [-c|--clear-static-content]
php bin/magento piximedia:clearstatic:clear -c
or
php bin/magento piximedia:clearstatic:clear --clear-static-content
Then generate static content using standard procedure.