jquery-mobile/js/app.build.js

19 lines
258 B
JavaScript
Raw Normal View History

2011-10-31 05:06:26 +00:00
({
appDir: "..",
baseUrl: "js",
dir: "../compiled",
2011-10-31 05:06:26 +00:00
//optimize: "none",
2011-10-31 05:06:26 +00:00
wrap: {
start: "(function( \$, undefined ) {",
end: '}( jQuery ));'
},
pragmas: {
jqmExclude: true
},
dirExclusionRegExp: /^build|^compiled|^external|^tests/
})