Fixes #3394 - jquery.mobile.init was not being included in the built bundle

This commit is contained in:
Ghislain Seguin 2012-01-09 11:01:07 -08:00 committed by Mat Marquis
parent d7f9cee654
commit 92fd8f663c

View file

@ -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