Skip to content

Commit

Permalink
Added the tools directory to the Makefile so it gets copied when maki…
Browse files Browse the repository at this point in the history
…ng nightlies and demos.
  • Loading branch information
jblas committed Oct 7, 2011
1 parent e3f45bf commit 9983e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ nightly: pull zip
@@mkdir -p ${VER}

# Copy in the base stuff for the demos
@@cp -r index.html themes experiments docs ${VER}/
@@cp -r index.html themes experiments docs tools ${VER}/

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

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

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

0 comments on commit 9983e96

Please sign in to comment.