AMD build file

This commit is contained in:
Ghislain Seguin 2011-10-30 22:06:26 -07:00 committed by scottjehl
parent c771ef1f6b
commit 1b45da3955

15
js/app.build.js Normal file
View file

@ -0,0 +1,15 @@
({
appDir: "..",
baseUrl: "js/",
dir: "../build",
optimize: "uglify",
modules: [
{
name: "jquery.mobile",
include: [ "../almond/almond.js", "jquery.mobile" ],
exclude: [ "jquery" ]
},
]
})