[config] config.yaml
This commit is contained in:
@@ -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());
|
||||
};
|
||||
|
||||
@@ -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'},
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user