We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262b7dc commit c841078Copy full SHA for c841078
Makefile
@@ -120,8 +120,8 @@ js: init
120
include=jquery.mobile exclude=jquery,order \
121
out=${OUTPUT}/${NAME}.compiled.js \
122
pragmasOnSave.jqmBuildExclude=true \
123
- wrap.start=build/wrap.start \
124
- wrap.end=build/wrap.end \
+ wrap.startFile=build/wrap.start \
+ wrap.endFile=build/wrap.end \
125
findNestedDependencies=true \
126
skipModuleInsertion=true \
127
optimize=none
0 commit comments