jquery-mobile/js/app.build.js
Ghislain Seguin c1672dc654 Fixed path to almond.js
Excluded order plugin
2011-12-01 17:28:09 -08:00

15 lines
No EOL
208 B
JavaScript

({
appDir: "..",
baseUrl: "js/",
dir: "../dist",
optimize: "none",
modules: [
{
name: "jquery.mobile",
include: [ "almond" ],
exclude: [ "jquery", "order" ]
},
]
})