php - How to prevent FrameworkBundle assets being copied with `console assets:install` in Symfony3? -


i new symfony, creating first project symfony3. wanted make as possible "in line" mainstream instructions.

the problem trying solve related console assets:install cli command: do not want command copy vendor/symfony/symfony/src/symfony/bundle/frameworkbundle/public/* files web/bundles/framework directory (they're misc files, such symfony logo).

i have looked sort of "exclusion" mechanism assetshelper, found nothing. aware deleting fameworkbundle not way go.

this might related symfony2.


Comments