[build] added gulp builder

This commit is contained in:
2017-12-17 22:29:16 +03:00
parent 823799e8fb
commit 69c2b735a0
24 changed files with 1273 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
<project>
<meta title="Tank'z" package="ru.m.tankz" version="0.0.0" company="MegaLoMania"/>
<app main="ru.m.tankz.Client" path="target" file="tankz"/>
<haxeflag name="--macro" value="CompilationOption.set('build','${build}')"/>
<source path="src/common/haxe"/>
<source path="src/client/haxe"/>
<source path="src-gen/haxe"/>
@@ -14,8 +15,13 @@
<haxeflag name="-D" value="native-trace"/>
<!--<haxeflag name="-D" value="proto_debug"/>-->
<haxeflag name="-dce" value="no"/>
<haxeflag name="-debug"/>
<haxeflag name="--macro" value="Meta.set('0.0.0')"/>
<!--<template path="src/client/webapp/index_template.html" rename="index.html"/>-->
<section if="dev">
<haxeflag name="-debug"/>
<haxeflag name="--macro" value="CompilationOption.set('debug.address','${dev.address}')"/>
<haxeflag name="--macro" value="CompilationOption.set('debug.port','${dev.port}')"/>
<!--<haxeflag name="-D" value="proto_debug"/>-->
</section>
</project>