Managing common javascript dependencies in Symfony 2
问题 I would like to know what is the standard best practice for dealing with common JavaScript (and even CSS) dependencies across several Symfony 2 bundles. According to the Book on the official Symfony site: A bundle should not embed third-party libraries written in JavaScript, CSS, or any other language. This seems to be logical, but there is no recommendation on how to actually declare, or require common asset dependencies such as jQuery, or more importantly, particular plugins for jQuery. I