Add version number to gh-pages.

master
Artem Sapegin 2014-02-05 18:30:08 +04:00
parent fdcd91913d
commit 3af2d06c62
1 changed files with 3 additions and 1 deletions

View File

@ -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