Skip to content

Commit c841078

Browse files
committed
1 parent 262b7dc commit c841078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ js: init
120120
include=jquery.mobile exclude=jquery,order \
121121
out=${OUTPUT}/${NAME}.compiled.js \
122122
pragmasOnSave.jqmBuildExclude=true \
123-
wrap.start=build/wrap.start \
124-
wrap.end=build/wrap.end \
123+
wrap.startFile=build/wrap.start \
124+
wrap.endFile=build/wrap.end \
125125
findNestedDependencies=true \
126126
skipModuleInsertion=true \
127127
optimize=none

0 commit comments

Comments
 (0)