1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

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)