mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Removed unused app.build.js
This commit is contained in:
parent
ff95a53874
commit
b33c4fb815
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
|||
({
|
||||
appDir: "..",
|
||||
baseUrl: "js",
|
||||
dir: "../compiled",
|
||||
|
||||
//optimize: "none",
|
||||
|
||||
wrap: {
|
||||
start: "(function( \$, undefined ) {",
|
||||
end: '}( jQuery ));'
|
||||
},
|
||||
|
||||
pragmas: {
|
||||
jqmExclude: true
|
||||
},
|
||||
|
||||
dirExclusionRegExp: /^build|^compiled|^external|^tests/
|
||||
})
|
||||
Loading…
Reference in a new issue