Skip to content

Commit

Permalink
Add --active-only flag to theme compile in watchsf.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinAchterhuis authored Aug 15, 2023
1 parent f1333b5 commit 373d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopware/storefront/6.4/bin/watch-storefront.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export STOREFRONT_PROXY_PORT
export ESLINT_DISABLE

DATABASE_URL="" "${CWD}"/console feature:dump
"${CWD}"/console theme:compile
"${CWD}"/console theme:compile --active-only
"${CWD}"/console theme:dump

if [[ $(command -v jq) ]]; then
Expand Down

0 comments on commit 373d319

Please sign in to comment.