Feature request from devdesco-ceo, posted on GitHub Jan 19, 2016
I have a situation where I have custom theme (Porto, based off blank theme) installed and active, and prepackaged Luma theme is not active anywhere in my Magento stores, so no need to trigger compilation on it. BWT when I run static content compiler, both Magento/blank, Magento/luma and Smartwave/porto are being compiled. That would be fine, but I am compiling 6 locales for my multistore/multilang setup, and that takes awhile, believe me!
The command I trigger:
php ./bin/magento setup:static-content:deploy en_US fr_FR de_DE pt_PT es_ES it_IT
What can I do to pass a command to compiler to skip compilation of Magento/luma?