From 7700c12567d027cd85c47a1a2ad7b3a3795c91d0 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 22 Jan 2015 11:10:02 -0800 Subject: [PATCH] Add js-flatten and DCE full to HTML5 -final HXML --- templates/html5/hxml/final.hxml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/html5/hxml/final.hxml b/templates/html5/hxml/final.hxml index 26efad104..6380d12fd 100644 --- a/templates/html5/hxml/final.hxml +++ b/templates/html5/hxml/final.hxml @@ -3,4 +3,6 @@ -cp ::OUTPUT_DIR::/haxe -D html5 -D html --D final \ No newline at end of file +-D final +-D js-flatten +-dce full \ No newline at end of file