changeset 25:039579532e0b

Added a TODO to use packer to further compress the z5 js file.
author Atul Varma <varmaa@toolness.com>
date Sun, 11 May 2008 19:07:57 -0700
parents f45e9deb5323
children 9d9d8c76d52d
files SConstruct
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/SConstruct	Sun May 11 19:06:23 2008 -0700
+++ b/SConstruct	Sun May 11 19:07:57 2008 -0700
@@ -1,3 +1,5 @@
 Command("troll.js", "stories/troll.z5",
         "python z5_to_js_array.py ${SOURCE} > ${TARGET}")
 Depends("troll.js", "z5_to_js_array.py")
+
+# TODO: Use packer to compress JS. http://dean.edwards.name/packer/