Skip to content

Commit 9983e96

Browse files
committed
Added the tools directory to the Makefile so it gets copied when making nightlies and demos.
1 parent e3f45bf commit 9983e96

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
@@ -147,7 +147,7 @@ nightly: pull zip
147147
@@mkdir -p ${VER}
148148

149149
# 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}/
151151

152152
# First change all the paths from super deep to the same level for JS files
153153
@@find ${VER} -type f -name '*.html' -exec sed -i 's|src="../../../js|src="js|g' {} \;
@@ -184,7 +184,7 @@ deploy: zip
184184

185185
# Deploy Demos to the jQueryMobile.com site
186186
@@mkdir -p ${VER}
187-
@@cp -r index.html themes experiments docs ${VER}/
187+
@@cp -r index.html themes experiments docs tools ${VER}/
188188

189189
@@find ${VER} -type f -name '*.html' -exec sed -i "" -e 's|src="../../../js|src="js|g' {} \;
190190
@@find ${VER} -type f -name '*.html' -exec sed -i "" -e 's|src="../../js|src="js|g' {} \;

0 commit comments

Comments
 (0)