Last active
February 21, 2017 01:41
-
-
Save gelanivishal/a93ce277c7d772c60a88c7d320205054 to your computer and use it in GitHub Desktop.
Generate static content command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php bin/magento setup:upgrade | |
rm -rf pub/static/frontend/* | |
rm -rf pub/static/adminhtml/* | |
rm -rf var/view_preprocessed/* | |
php -f bin/magento setup:static-content:deploy | |
sudo chmod -Rf 777 pub/ | |
sudo chmod -Rf 777 var/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment