Skip to content

Commit

Permalink
update navigation-view
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jul 7, 2014
1 parent dbb0c6b commit ef5eda8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 389 deletions.
2 changes: 1 addition & 1 deletion src/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

<exec executable="cmd"
failonerror="true">
<arg line="/c git add ."/>
<arg line="/c git add --all"/>
</exec>
<exec executable="cmd" failonerror="true">
<arg line="/c git commit -am '${git.commit.message}'"/>
Expand Down
2 changes: 1 addition & 1 deletion src/navigation-view/-/demo/demo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KISSY.config('packages', {
demo: {
base: '/kissy/src/navigation-view/demo'
base: '/kissy/src/navigation-view/-/demo'
}
});

Expand Down
Loading

0 comments on commit ef5eda8

Please sign in to comment.