jquery-mobile/js/app.build.js
Ghislain Seguin 63da13b8f5 Removed ref to order
Added dir exclusion regex for build
2011-12-01 17:28:10 -08:00

21 lines
421 B
JavaScript

({
appDir: "..",
baseUrl: "js/",
dir: "../dist",
//optimize: "none",
modules: [
{
name: "jquery.mobile",
exclude: [ "jquery" ]
},
],
wrap: {
start: "(function() {",
end: '\nif ( typeof define === "function" && define.amd ) {\ndefine( "jquery.mobile", [], function () { return jQuery.mobile; } );\n}\n}());'
},
dirExclusionRegExp: /^build|^compiled|^external|^tests/
})