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
-
check the folder permissionsMohamed23gharbi– Mohamed23gharbi2020年02月12日 15:35:48 +00:00Commented 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 folderJana– Jana2020年02月13日 06:50:54 +00:00Commented Feb 13, 2020 at 6:50
1 Answer 1
Delete your vendor and run again...
composer install
Explore related questions
See similar questions with these tags.