Removed unused app.build.js

This commit is contained in:
Ghislain Seguin 2012-01-12 17:44:33 -08:00
parent d6330f9bc4
commit caca24a36a

View file

@ -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/
})