1

After upgrading from Magento 2.2.2 to Magento 2.3.3. While generating static content with command "php bin/magento setup:static-content:deploy -f" it updates all the files in pub/static folder except mage folder and files from

"vendor/magento/magento2-base/lib/web/mage"

to

"pub/static/frontend/Theme/Theme_Name/en_US/"

I am using following command

php bin/magento setup:static-content:deploy -f
asked Feb 12, 2020 at 14:12
2
  • check the folder permissions Commented Feb 12, 2020 at 15:35
  • Checked folder permissions for pub,static and mage.All folders have 0777 permission. Other static files are generated and copied in static folder Commented Feb 13, 2020 at 6:50

1 Answer 1

0

Delete your vendor and run again...

composer install

answered Aug 23, 2020 at 0:37

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.