Created
June 5, 2017 20:49
-
-
Save Tomasz-Silpion/d38160a0870a97ec8abee93a9457fb96 to your computer and use it in GitHub Desktop.
Magento2 shell script shorthand for redeployment with Snowdog front-end tools gulp usage
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
# Magento2 shell script shorthand for redeployment | |
php bin/magento setup:upgrade | |
cd tools && gulp clean && cd .. | |
php bin/magento setup:di:compile | |
php bin/magento setup:static-content:deploy | |
cd tools && gulp styles && cd .. | |
chmod -R 775 var | |
chmod -R 775 pub/static |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment