mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-24 01:40:25 +00:00
18 lines
258 B
JavaScript
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/
|
|
})
|