0
My application is being made using Symfony-2, and this application I will not distribute it.
Ideally I keep my Assets on AppBundle/Resources/public/
and keep applying console assets:install
, or ideally I leave my Assets straight on web/bundles/app/
so you don’t have to apply console assets:install
? (Remembering that I will not distribute this application)
As I will not distribute this application, what advantages and disadvantages I have in these two different locations?