From 3af2d06c62b1a8e2dd3150faaf8e3d498d6d725a Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 5 Feb 2014 18:30:08 +0400 Subject: [PATCH] Add version number to gh-pages. --- src/update-gh-pages.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/update-gh-pages.sh b/src/update-gh-pages.sh index 968faf6..a7caf10 100755 --- a/src/update-gh-pages.sh +++ b/src/update-gh-pages.sh @@ -7,8 +7,10 @@ cp ../social-likes_flat.css ../../social-likes_gh-pages/src/ cp ../social-likes_classic.css ../../social-likes_gh-pages/src/ cp ../social-likes_birman.css ../../social-likes_gh-pages/src/ cp ../social-likes.min.js ../../social-likes_gh-pages/src/ +cp ../bower.json ../../social-likes_gh-pages/src/ cp social-likes.js ../../social-likes_gh-pages/src/ pushd ../../social-likes_gh-pages/ -git commit -m "Update Social Likes." src +grunt replace:version +git commit -m "Update Social Likes." src index.html ru/index.html git push popd \ No newline at end of file