[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());
};

View File

@@ -3,14 +3,13 @@ const Haxe = require('../tasks/haxe');
const FlashPlayer = require('../tasks/flashplayer');
const packages = [
{name:'openfl', version:'6.0.1'},
{name:'lime', version:'5.3.0'},
'promhx',
'protohx',
//'haxework',
{name:'openfl', version:'6.5.3'},
{name:'lime', version:'5.9.1'},
{name:'promhx', version:'1.1.0'},
{name:'protohx', version:'0.4.6'},
{name:'yaml', version:'1.3.0'},
{name:'haxework', git:'git@bitbucket.org:shmyga/haxework.git'},
'orm',
{name:'orm', version:'2.1.0'},
];