Is it possible to bundle all javascript (or css) files in a directory using Web Essentials? Similar to how System.Web.Optimizations bundling can take a directory?
I tried:
<directories>
<directory>/myDirectory</directory>
</directories>
but this doesn't seem to work.
I need to bundle all files in a folder for an AngularJS app, and it's nice to not have to worry about adding each new file.
I want to use the Web Essentials bundling so that I can generate source maps.