28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
|
<settings>
|
|
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
|
<minify>true</minify>
|
|
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
|
<runOnBuild>true</runOnBuild>
|
|
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
|
<outputDirectory />
|
|
</settings>
|
|
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
|
<files>
|
|
<file>Core/modernizr-2.7.2.js</file>
|
|
<file>Core/jquery-2.1.1.js</file>
|
|
<file>Core/jquery.validate.js</file>
|
|
<file>Core/jquery.validate.unobtrusive.js</file>
|
|
<file>Core/disco.unobtrusiveValidation.extensions.js</file>
|
|
<file>Core/jquery-ui-1.10.4.js</file>
|
|
<file>Core/jquery.watermark.js</file>
|
|
<file>Core/jquery.dataTables.js</file>
|
|
<file>Core/moment.js</file>
|
|
<file>Core/moment.en-au.js</file>
|
|
<file>Core/disco.moment.extensions.js</file>
|
|
<file>Core/livestamp.js</file>
|
|
<file>Core/disco.dataTables.extensions.js</file>
|
|
<file>Core/disco.uicore.js</file>
|
|
</files>
|
|
</bundle> |