My application is being made using Symfony-2, and this application I will not distribute.
Ideally, should I keep my assets in AppBundle/Resources/public/
and apply console assets:install
, or should I leave my assets straight in web/bundles/app/
so I do not need to apply console assets:install
? (Remembering that I will not distribute this application)
As I will not distribute this application, what advantages and disadvantages do I have in these two different places?