From: dsc Date: Tue, 7 Dec 2010 22:23:58 +0000 (-0800) Subject: Adds deploy versioning. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=c4b523a935ec0db3c2773b82cc0c5fc2a0745080;p=tanks.git Adds deploy versioning. --- diff --git a/bin/deploy.sh b/bin/deploy.sh index 92e73fb..be07bb0 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -76,8 +76,8 @@ if test "$CLEAN"; then fi printf "Building and generating dep-graph...\t" -commonjs $SRC --script-tags > www/uv-deps.html || fail "Error building modules!" -sed -E 's|src="build/([^"]+)"|src="build/'$GIT_VERSION'/\1"|' www/uv-deps.html > www/deps.html +commonjs $SRC --script-tags > www/deps.html || fail "Error building modules!" +sed -E 's|src="build/([^"]+)"|src="build/'$GIT_VERSION'/\1"|' www/deps.html > www/versioned-deps.html echo "hokay" printf "Uploading files...\t\t\t" diff --git a/www/deps.html b/www/deps.html index 6017a92..6a71653 100644 --- a/www/deps.html +++ b/www/deps.html @@ -1,65 +1,65 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/scripts.html b/www/scripts.html index 9eafdff..a09ca20 100644 --- a/www/scripts.html +++ b/www/scripts.html @@ -1,4 +1,4 @@
- +
diff --git a/www/uv-deps.html b/www/uv-deps.html deleted file mode 100644 index 6a71653..0000000 --- a/www/uv-deps.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/www/versioned-deps.html b/www/versioned-deps.html new file mode 100644 index 0000000..c0a110f --- /dev/null +++ b/www/versioned-deps.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +