[gulp] update to gulp-haxetool 0.0.4

This commit is contained in:
2018-04-05 11:36:41 +03:00
parent 01f811ebd2
commit 0eb150eb8b
3 changed files with 19 additions and 14 deletions

View File

@@ -41,6 +41,9 @@ exports.install = () => {
*/
const config = new Project.Config({
title: 'Tank\'z',
pack: 'ru.m.tankz',
company: 'MegaLoMania',
version: version,
lib: packageInfo.haxeDependencies,
cp: [
@@ -58,6 +61,7 @@ const config = new Project.Config({
const client = new Project(config.update({
name: 'client',
cp: ['src/client/haxe'],
asset: ['src/client/resources'],
main: 'ru.m.tankz.Client',
}), [
Project.Platform.FLASH,
@@ -71,6 +75,7 @@ const client = new Project(config.update({
const editor = new Project(config.update({
name: 'editor',
cp: ['src/client/haxe', 'src/editor/haxe'],
asset: ['src/client/resources'],
main: 'ru.m.tankz.editor.Editor',
}), [
Project.Platform.FLASH,