Skip to content

Commit 2ba27e0

Browse files
committed
Fixes jquery-archive#3394 - jquery.mobile.init was not being included in the built bundle
1 parent 69983f7 commit 2ba27e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ js: init
116116
include=jquery.mobile,jquery.mobile.exports exclude=jquery,order \
117117
out=${OUTPUT}/${NAME}.compiled.js \
118118
pragmasOnSave.jqmBuildExclude=true \
119+
findNestedDependencies=true \
119120
skipModuleInsertion=true \
120121
optimize=none
121122
@@cat LICENSE-INFO.txt | ${VER} > ${OUTPUT}/${NAME}.js

0 commit comments

Comments
 (0)