Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
d9d921d1
Commit
d9d921d1
authored
Mar 19, 2014
by
techird
Browse files
Options
Browse Files
Download
Plain Diff
merge from dev
parents
840b3b4a
54a15807
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
7 deletions
+19
-7
publish
publish
+19
-7
No files found.
publish
View file @
d9d921d1
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment