Skip to content

Instantly share code, notes, and snippets.

@Tomasz-Silpion
Created June 5, 2017 20:49
Show Gist options
  • Save Tomasz-Silpion/d38160a0870a97ec8abee93a9457fb96 to your computer and use it in GitHub Desktop.
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
# 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