mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-11 18:01:01 +00:00
Fixes #3394 - jquery.mobile.init was not being included in the built bundle
This commit is contained in:
parent
d7f9cee654
commit
92fd8f663c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue