0

When I execute CLI command: php bin/magento setup:static-content:deploy. It always has only 4 steps themes, but now I have multiple duplicate themes while running the command.

frontend/Magento/blank/en_US            2631/2631           ============================ 100%   < 1 sec          
frontend/Magento/blank/en_US            2631/2631           ============================ 100%   < 1 sec          
adminhtml/Magento/backend/en_US         2709/2709           ============================ 100%   0                frontend/Magento/blank/en_US            2631/2631           ============================ 100%   < 1 sec          
adminhtml/Magento/backend/en_US         2709/2709           ============================ 100%   0                frontend/Magento/blank/en_US            2631/2631           ============================ 100%   < 1 sec          
adminhtml/Magento/backend/en_US         2709/2709           ============================ 100%   0                frontend/Magento/blank/en_US            2631/2631           ============================ 100%   < 1 sec          
adminhtml/Magento/backend/en_US         2709/2709           ============================ 100%   0                frontend/Magento/blank/en_US            2631/2631           ============================ 100%   < 1 sec          
adminhtml/Magento/backend/en_US         2709/2709           ============================ 100%   0                
frontend/Magento/blank/en_US            2631/2631           ============================ 100%   < 1 sec          
adminhtml/Magento/backend/en_US         2709/2709           ============================ 100%   0                
frontend/Magento/luma/en_US             2648/2648           ============================ 100%   1 sec            
frontend/Meigee/sirena/en_US            2925/2925           ============================ 100%   12 secs     

I will be grateful for the hint! Why my themes are duplicated?

1 Answer 1

0

If you have created theme with any parent theme which is mentioned in app/design/frontend/Vendor/theme/theme.xml in node.

So when you do setup:static-content:deploy, first it will do deploy for parent theme and then for child theme.

1
  • Thanks for reply. But Problem is not a correlation between parent and child theme. Problem concerns a multiple the same themes deploy. Commented Dec 1, 2021 at 9:39

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.