Adding fix for broken html5 -minify flag and ensuring openfl-tools never ends up in code complete

This commit is contained in:
underscorediscovery
2013-09-24 02:34:23 -02:30
parent 8b28604f8e
commit 86a8553056

View File

@@ -5,7 +5,7 @@
<haxedef name="lime_native" if="native" /> <haxedef name="lime_native" if="native" />
<!-- <haxeflag name="-D" value="I_LIKE_SQUIRRELS" /> --> <!-- <haxeflag name="-D" value="I_LIKE_SQUIRRELS" /> -->
<section unless="display">
<set name="std" value="hxcpp" /> <set name="std" value="hxcpp" />
<ndll name="std" haxelib="hxcpp" /> <ndll name="std" haxelib="hxcpp" />
@@ -14,8 +14,8 @@
<ndll name="nme" /> <ndll name="nme" />
<!-- <include haxelib="openfl-tools" /> --> <section unless="display">
<include haxelib="openfl-tools" />
</section> </section>
<templatePath name="buildfiles" /> <templatePath name="buildfiles" />