Skip to content

Instantly share code, notes, and snippets.

@gelanivishal
Last active February 21, 2017 01:41
Show Gist options
  • Save gelanivishal/a93ce277c7d772c60a88c7d320205054 to your computer and use it in GitHub Desktop.
Save gelanivishal/a93ce277c7d772c60a88c7d320205054 to your computer and use it in GitHub Desktop.
Generate static content command
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