title | issue |
---|---|
Apply JS to Storefront during composer build:js:storefront |
NEXT-30019 |
- Added
bin/console bundle:dump
andbin/console theme:compile
to composer scriptbuild:js:storefront
in order to consider apps/plugins and show the JS in the Storefront sales chanel - Removed commands
bin/console bundle:dump
andbin/console feature:dump
from composer scriptbuild:js
as they are now already covered by the scriptsbuild:js:storefront
andbuild:js:admin
- Removed command
bin/console theme:compile
from composer scriptssetup
andreset
as it is already covered by@build:js
which is run beforehand