From 92fd8f663ca9032ee8ed4dab96ac73aeb097ad65 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Mon, 9 Jan 2012 11:01:07 -0800 Subject: [PATCH] Fixes #3394 - jquery.mobile.init was not being included in the built bundle --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 224545d4..dbb955a9 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,7 @@ js: init include=jquery.mobile,jquery.mobile.exports exclude=jquery,order \ out=${OUTPUT}/${NAME}.compiled.js \ pragmasOnSave.jqmBuildExclude=true \ + findNestedDependencies=true \ skipModuleInsertion=true \ optimize=none @@cat LICENSE-INFO.txt | ${VER} > ${OUTPUT}/${NAME}.js