jquery-mobile/js/app.build.js

18 lines
258 B
JavaScript

({
appDir: "..",
baseUrl: "js",
dir: "../compiled",
//optimize: "none",
wrap: {
start: "(function( \$, undefined ) {",
end: '}( jQuery ));'
},
pragmas: {
jqmExclude: true
},
dirExclusionRegExp: /^build|^compiled|^external|^tests/
})