From c6b6dff5308f6ff2ca82efb89e47786ec1a152f2 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Wed, 7 Dec 2011 15:44:13 -0800 Subject: [PATCH] Not much, really --- js/app.build.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/js/app.build.js b/js/app.build.js index eb4b75de..0c8b30b5 100644 --- a/js/app.build.js +++ b/js/app.build.js @@ -6,10 +6,11 @@ //optimize: "none", modules: [ - { - name: "jquery.mobile", - exclude: [ "jquery", "order" ] - }, + { + name: "jquery.mobile", + //include: [ "almond" ], + exclude: [ "jquery", "order" ] + } ], wrap: {