diff --git a/js/app.build.js b/js/app.build.js deleted file mode 100644 index aac5a137..00000000 --- a/js/app.build.js +++ /dev/null @@ -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/ -})