magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Deploy only active theme and its parent by default #138

Open milindsingh opened 5 years ago

milindsingh commented 5 years ago

CLI Deployment should only deploy the active theme and its parent by default. Currently is deploying all the theme present in Magento increasing the CLI deployment time. php bin/magento setup:static-content:deploy

The is a parameter to provide theme explicitly by -t, but the default command should not deploy all.