mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-04 14:50:24 +00:00
Removed ref to order
Added dir exclusion regex for build
This commit is contained in:
parent
0fa1cd188b
commit
63da13b8f5
1 changed files with 11 additions and 5 deletions
|
|
@ -3,13 +3,19 @@
|
|||
baseUrl: "js/",
|
||||
dir: "../dist",
|
||||
|
||||
optimize: "none",
|
||||
//optimize: "none",
|
||||
|
||||
modules: [
|
||||
{
|
||||
name: "jquery.mobile",
|
||||
include: [ "almond" ],
|
||||
exclude: [ "jquery", "order" ]
|
||||
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/
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue