A Symfony bundle containing console commands useful for including web assets from bundles into the Webpack Encore build:
-
assets:sources: Loops through all installed bundles. If a bundle provides anassetsfolder, copies or symlinks this folder toassets/bundles/<bundle-name>in the project root dir. -
assets:dependencies: Loops through all installed bundles. If a bundle provides apackage.jsonfile, reads the "dependencies" section of this file, compares it to the dependencies in the package.json file in the project root dir, and lists missing or incompatible dependencies.