Install vendor resources in web directory
问题 I have in my bundle in Resources a directory called vendor which contains JavaScript libraries, etc. Some of those vendors contain images. I can import css/less/js files using assets with: assetic: assets: flot: inputs: - @MyBundle/Resources/vendor/flot/jquery.flot.js - @MyBundle/Resources/vendor/flot/jquery.flot.time.js filters: - ?yui_js However if vendor contains images, I have no idea, how to put them into web/ directory. I'd rather not symlink them manually. 回答1: Assetic's asset