File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ nightly: pull zip
147
147
@@mkdir -p ${VER}
148
148
149
149
# Copy in the base stuff for the demos
150
- @@cp -r index.html themes experiments docs ${VER}/
150
+ @@cp -r index.html themes experiments docs tools ${VER}/
151
151
152
152
# First change all the paths from super deep to the same level for JS files
153
153
@@find ${VER} -type f -name '*.html' -exec sed -i 's|src="../../../js|src="js|g' {} \;
@@ -184,7 +184,7 @@ deploy: zip
184
184
185
185
# Deploy Demos to the jQueryMobile.com site
186
186
@@mkdir -p ${VER}
187
- @@cp -r index.html themes experiments docs ${VER}/
187
+ @@cp -r index.html themes experiments docs tools ${VER}/
188
188
189
189
@@find ${VER} -type f -name '*.html' -exec sed -i "" -e 's|src="../../../js|src="js|g' {} \;
190
190
@@find ${VER} -type f -name '*.html' -exec sed -i "" -e 's|src="../../js|src="js|g' {} \;
You can’t perform that action at this time.
0 commit comments