Skip to content

Commit

Permalink
#28 - Tweaked gulp file build to support --prod shortcut for prod dep…
Browse files Browse the repository at this point in the history
…loyment.
  • Loading branch information
pstephens committed Jul 13, 2016
1 parent 8d9858f commit c2cfbc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ var config = (function parse_commandline() {
bible_src: 'kjv-src/www.staggs.pair.com-kjbp/kjv.txt',
bible_parser: 'staggs',
};
if(!argv.bucket && argv.prod) {
argv.bucket = "kingjames-prod";
}
return _.merge(default_config, argv);
})();

Expand Down

0 comments on commit c2cfbc9

Please sign in to comment.