Starting to add WebPack support.

This commit is contained in:
Gunther Brunner
2014-02-12 20:14:13 +09:00
parent 1fbaae8d8e
commit 7a0472abc9
7 changed files with 97 additions and 1 deletions

View File

@@ -445,6 +445,9 @@ program
, 'provider name (or os.hostname())'
, String
, os.hostname())
.option('-w, --resources-watch'
, Boolean
, process.env.RESOURCES_WATCH)
.action(function() {
var log = logger.createLogger('cli')
, options = cliutil.lastArg(arguments)