From b33c4fb8155f439fdca3dd1ac14d0a3ef2e2dd95 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Thu, 12 Jan 2012 17:44:33 -0800 Subject: [PATCH] Removed unused app.build.js --- js/app.build.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 js/app.build.js 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/ -})