mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 00:50:58 +00:00
15 lines
No EOL
208 B
JavaScript
15 lines
No EOL
208 B
JavaScript
({
|
|
appDir: "..",
|
|
baseUrl: "js/",
|
|
dir: "../dist",
|
|
|
|
optimize: "none",
|
|
|
|
modules: [
|
|
{
|
|
name: "jquery.mobile",
|
|
include: [ "almond" ],
|
|
exclude: [ "jquery", "order" ]
|
|
},
|
|
]
|
|
}) |