Skip to content

Instantly share code, notes, and snippets.

@screeny05
Created December 12, 2016 09:32
Show Gist options
  • Save screeny05/280acff6beeefa8e31c9d9ccac2c9c0f to your computer and use it in GitHub Desktop.
Save screeny05/280acff6beeefa8e31c9d9ccac2c9c0f to your computer and use it in GitHub Desktop.
shopware compile all themes
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