Forked from cagartner/magento-front-compile.bash
Last active
January 16, 2018 16:15
-
-
Save igorhasse/7377e790bc8e0eaf4e45b60d97b4936a 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=CleverSoft/ione | |
# 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