magento 2 部署静态文件指定主题

magento 收藏
0 32
只编译指定主题

php bin/magento setup:static-content:deploy -f --theme Magento/backend --theme Vendor/mytheme
排除指定主题

php bin/magento setup:static-content:deploy --exclude-theme Magento/luma


    暂时没有人评论