Last active
January 17, 2018 15:46
-
-
Save cagartner/642baf1f7987600bee53d9663166a082 to your computer and use it in GitHub Desktop.
comando para compilar thema lessa para css
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
# Compila less | |
sudo chmod -R 777 . && sudo php bin/magento cache:flush && sudo rm -rf var/* && sudo php bin/magento dev:source-theme:deploy --locale=pt_BR --theme=Grendene/Folk | |
# Limpa estatico | |
sudo chmod -R 777 . && sudo php bin/magento cache:flush && sudo rm -rf var/* && sudo php bin/magento setup:static-content:deploy pt_BR && sudo php bin/magento dev:source-theme:deploy --locale=pt_BR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment