Removed unused app.build.js

This commit is contained in:
Ghislain Seguin 2012-01-12 17:44:33 -08:00 committed by scottjehl
parent ff95a53874
commit b33c4fb815

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