Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #521 from kazupon/fix/build-out
Browse files Browse the repository at this point in the history
Fix component-build --out
  • Loading branch information
jonathanong committed Apr 6, 2014
2 parents 1766ad9 + 9a69395 commit c165212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/component-build
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ var options = {
umd: program.standalone || program.umd || '', umd: program.standalone || program.umd || '',
prefix: program.prefix || '', prefix: program.prefix || '',
browsers: program.browsers || '', browsers: program.browsers || '',
out: program.out || 'build',
}; };


var watching = program.watch; var watching = program.watch;
Expand Down

0 comments on commit c165212

Please sign in to comment.