Is it possible to link all javascript (or css) files in a directory using Web Essentials? Just like the System.Web.Optimizations package can take a directory?
I tried:
<directories> <directory>/myDirectory</directory> </directories>
but it does not work.
I need to link all the files in a folder for an AngularJS application, and it's nice not to worry about adding every new file.
I want to use the Web Essentials package so that I can generate source maps.
source share