Assetic Add file located in app/Resources/js
问题 I am creating a bundle that requires a 3rd party js file. According to the documentation: http://symfony.com/doc/current/cookbook/bundles/best_practices.html#vendors Bundles should not contain 3rd party code. Since the bundle is only used in one part of the site I dont want to include it in my base template file - I want to call it from the twig file, but I am running into a problem there. All of the demos for including js seem to reference a bundle name, but I have placed my js in app