magento / m2-devtools

Helpful in-browser debugging/inspection tools for the Magento 2 Front-End
Open Software License 3.0
170 stars 48 forks source link

Idea: Execute optimization automatically after static-content:deploy #37

Open davidverholen opened 5 years ago

davidverholen commented 5 years ago

This issue is a:

Description

Preconditions

Steps after a Theme is deployed

Januszpl commented 5 years ago

For now I use static:content-deploy

*(based on frontools) - I've created similar tool with similar structure (but in separate project - not public yet) for -- preparing assets/backup of generated static assets (for testing on local in production mode to skip static:content-deploy if we want to test different build configuration)

Probably it would good if something similar could be added to static-content:deploy command via some extra flags for people who need it.

Depending on our implementation we will think about sharing it or even adding to the frontools.