Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Mar 3, 2014
1 parent 3634fbb commit 35a88cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kissy",
"version": "1.4.2",
"version": "1.4.2-1",
"description": "KISSY",
"author": "yiminghe <yiminghe@gmail.com>",
"homepage": "http://docs.kissyui.com",
Expand Down
17 changes: 0 additions & 17 deletions src/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,9 @@
<arg line="/c git push ${git.origin} ${git.dev}:${git.dev}"/>
</exec>

<exec executable="cmd" failonerror="true">
<arg line="/c git push ${git.origin} ${git.dev}:${git.master}"/>
</exec>

<exec executable="cmd" failonerror="true">
<arg line="/c git push ${git.origin} ${git.dev}:${git.gh-pages}"/>
</exec>

<exec executable="cmd" failonerror="true">
<arg line="/c git push ${git.remote} ${git.dev}:${git.dev}"/>
</exec>

<!--push master to gh-pages also-->
<exec executable="cmd" failonerror="true">
<arg line="/c git push ${git.remote} ${git.dev}:${git.master}"/>
</exec>

<exec executable="cmd" failonerror="true">
<arg line="/c git push ${git.remote} ${git.dev}:${git.gh-pages}"/>
</exec>
</target>


Expand Down

0 comments on commit 35a88cd

Please sign in to comment.