[config] config.yaml

This commit is contained in:
2018-01-11 16:34:21 +03:00
parent 729798bc25
commit 21bf2f9ba1
12 changed files with 209 additions and 168 deletions

View File

@@ -64,7 +64,7 @@ exports['client'] = gulp.series(prepare(Haxe.ID), generate(), gulp.parallel(buil
const testFlash = function() {
const argv = yargs.argv;
return build('flash')
return build('flash')()
.pipe(new FlashPlayer().run(argv.dev))
.pipe(debug());
};