view SConstruct @ 74:d449d74a1f96

Got rid of the step whereby we have to convert a binary z-code file to a base64-encoded JS string. We still need the base64 codec for save/restore, though.
author Atul Varma <varmaa@toolness.com>
date Wed, 21 May 2008 07:06:42 -0700
parents 8c98e4025e9e
children 027ce7e85594
line wrap: on
line source

Command("gnusto-engine.min.js", "gnusto-engine.js",
        "python jsmin.py < ${SOURCE} > ${TARGET}")