10 Assets
1. Create the new structure
assets/
βββ admin/
β βββ entrypoint.js
βββ shop/
β βββ entrypoint.js2. Handling old asset locations
src/Resources/private/
src/Resources/public/3. Change symlink
rm -f node_modules
ln -sf vendor/sylius/test-application/node_modules node_modules4. Build
Last updated
Was this helpful?
