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

Commit

Permalink
consider argument for --umd option
Browse files Browse the repository at this point in the history
  • Loading branch information
timaschew committed Sep 20, 2014
1 parent fd62470 commit e3ee48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/component-build
Expand Up @@ -17,7 +17,7 @@ program
.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')
.option('--umd', 'alias for --standalone')
.option('--umd [name]', 'alias for --standalone')
.option('--debug', 'turn on debug statements');

// examples
Expand Down

0 comments on commit e3ee48b

Please sign in to comment.