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 #554 from kazupon/fix/autorequire
Browse files Browse the repository at this point in the history
Fix require automatically, closes #554
  • Loading branch information
Clinton Wood committed Jun 23, 2014
2 parents d92e91c + b4656df commit 76db52a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/component-build
Expand Up @@ -13,6 +13,7 @@ program
.option('-d, --dev', 'build development dependencies, use aliases, and use sourceURLs')
.option('-s, --standalone <name>', 'build a standalone, UMD-wrapped version of the component with the given global name')
.option('-R, --no-require', 'exclude require from build')
.option('-a, --no-auto', 'not require automatically')
.option('-p, --prefix <str>', 'prefix css asset urls with <str>', '')
.option('-b, --browsers <string>', 'browsers to support with autoprefixer')
.option('-c, --copy', 'copy files instead of linking')
Expand Down Expand Up @@ -103,6 +104,7 @@ var options = {
install: true,
verbose: true,
require: program.require,
autorequire: program.auto,
umd: program.standalone || program.umd || '',
prefix: program.prefix || '',
browsers: program.browsers || '',
Expand Down

0 comments on commit 76db52a

Please sign in to comment.