Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jan 7, 2015
1 parent 23b4faa commit 68e73c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"modulex-filter-menu": "1.0.1",
"modulex-html-parser": "1.0.2",
"modulex-io": "1.0.1",
"modulex-json": "1.0.3",
"modulex-json": "1.0.4",
"modulex-menu": "1.0.1",
"modulex-menubutton": "1.0.2",
"modulex-navigation-view": "1.0.1",
Expand Down

2 comments on commit 68e73c4

@huixisheng
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dimboy
Copy link

@dimboy dimboy commented on 68e73c4 Jun 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry,there is some problem in build.js.

var bowerDir = path.resolve(process.cwd(), 'bower_components');
var buildDir = path.resolve(process.cwd(), 'build');

if the current directory path is not right,we can not load seed-js,seed-debug.js right!

Please sign in to comment.