Skip to content

Instantly share code, notes, and snippets.

@igorhasse
Forked from cagartner/magento-front-compile.bash
Last active January 16, 2018 16:15
Show Gist options
  • Save igorhasse/7377e790bc8e0eaf4e45b60d97b4936a to your computer and use it in GitHub Desktop.
Save igorhasse/7377e790bc8e0eaf4e45b60d97b4936a to your computer and use it in GitHub Desktop.
comando para compilar thema lessa para css
# 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