Is it possible to include an entire folder with the Twig included in Symfony2?
Basically, I'd like to be able to separate my Javascript objects into their own folder for increased readability, but then be able to include all of those back in to one file to present to the client.
Any ideas?
Thanks.
EDIT: I technically mean with Assetic, using the javascripts and stylesheets tags.