Commit d9d921d1 authored by techird's avatar techird

merge from dev

parents 840b3b4a 54a15807
git stash echo -e "\033[0;33;1mPublish start."
git checkout gh-pages echo -e "\033[0;33;1m > Checking out gh-pages\033[0m"
git merge dev -m "merge from dev" git checkout -q gh-pages
grunt
echo -e "\033[0;33;1m > Merging dev commits\033[0m"
git merge dev -qm "merge from dev"
echo -e "\033[0;33;1m > Building dist js files\033[0m"
grunt -q > GRUNT_OUTPUT
rm -f GRUNT_OUTPUT
git add dist git add dist
git commit -m "publish"
echo -e "\033[0;33;1m > Commit dist js files\033[0m"
git commit -qm "publish"
echo -e "\033[0;33;1m > Pusing to git...\033[0m"
git push origin gh-pages git push origin gh-pages
git checkout dev
git stash pop git checkout -q dev
echo -e "\033[0;33;1mPublish done.\033[0m"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment