mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 16:14:44 +00:00
21 lines
421 B
JavaScript
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/
|
|
})
|