mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 04:14:42 +00:00
AMD build file
This commit is contained in:
parent
c771ef1f6b
commit
1b45da3955
1 changed files with 15 additions and 0 deletions
15
js/app.build.js
Normal file
15
js/app.build.js
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
({
|
||||
appDir: "..",
|
||||
baseUrl: "js/",
|
||||
dir: "../build",
|
||||
|
||||
optimize: "uglify",
|
||||
|
||||
modules: [
|
||||
{
|
||||
name: "jquery.mobile",
|
||||
include: [ "../almond/almond.js", "jquery.mobile" ],
|
||||
exclude: [ "jquery" ]
|
||||
},
|
||||
]
|
||||
})
|
||||
Loading…
Reference in a new issue