Skip to content

Commit

Permalink
Merge branch 'next-5268/fix-theme-asset-deletion' into 'master'
Browse files Browse the repository at this point in the history
NEXT-5268 - Fix theme asset deletion

See merge request shopware/6/product/development!67
  • Loading branch information
jleifeld committed Nov 15, 2019
2 parents 1e62ed6 + 75aa847 commit 6fe6224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-ops/storefront/actions/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

bin/console bundle:dump
PROJECT_ROOT=__PROJECT_ROOT__/ npm --prefix vendor/shopware/platform/src/Storefront/Resources/app/storefront/ run production
bin/console theme:compile
bin/console assets:install
bin/console theme:compile
2 changes: 1 addition & 1 deletion dev-ops/storefront/actions/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

bin/console bundle:dump
PROJECT_ROOT=__PROJECT_ROOT__/ npm --prefix vendor/shopware/platform/src/Storefront/Resources/app/storefront/ run development
bin/console assets:install
bin/console theme:compile
bin/console assets:install

0 comments on commit 6fe6224

Please sign in to comment.