mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fixes #3429
This commit is contained in:
parent
262b7dc62b
commit
c84107875c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -120,8 +120,8 @@ js: init
|
|||
include=jquery.mobile exclude=jquery,order \
|
||||
out=${OUTPUT}/${NAME}.compiled.js \
|
||||
pragmasOnSave.jqmBuildExclude=true \
|
||||
wrap.start=build/wrap.start \
|
||||
wrap.end=build/wrap.end \
|
||||
wrap.startFile=build/wrap.start \
|
||||
wrap.endFile=build/wrap.end \
|
||||
findNestedDependencies=true \
|
||||
skipModuleInsertion=true \
|
||||
optimize=none
|
||||
|
|
|
|||
Loading…
Reference in a new issue