Including all files within a directory with Combres

205 views Asked by At

I'm using Combres to bundle a variety of JavaScript libraries, like that:

<resourceSet name="libraryScripts" type="js">
    <resource path="~/Scripts/Libraries/jquery-2.0.3.min.js" />
    <resource path="~/Scripts/Libraries/underscore-min.js" />
    <resource path="~/Scripts/Libraries/angular.min.js" />
    <!-- Omitted for brevity ... -->
</resourceSet>

Is there any way to specify an entire folder to include (here: ~/Scripts/Libraries/) without having to list all JavaScript files explicitly, one by one?

0

There are 0 answers