Each bundle has it's own public directory to store assets (css/js/images).
Now what is the best place for assets used in app\Resources\views\base.htl.twg?
How dose Symfony understand to populate them to public?
|
|
|
usually the assets of templates available in the If you don't like it, you can easily create your own bundle to store the app assets. |
|||||||||||
|
|
I suggest you to create a DesignBundle to store all base template and assets. This method permit you to share your configuration with other application. |
|||||||||
|