Created
December 12, 2016 09:32
-
-
Save screeny05/280acff6beeefa8e31c9d9ccac2c9c0f to your computer and use it in GitHub Desktop.
shopware compile all themes
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
bin/console sw:theme:dump:config | |
cd themes | |
for f in ../web/cache/config_*.json; | |
do sudo grunt less:production uglify:production --config-id=$(echo $f | grep -Po '\d+'); | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment