Mercurial > web-gnusto
annotate 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 |
rev | line source |
---|---|
29
4592dffd7539
We now generate a minified version of gnusto-engine.js.
Atul Varma <varmaa@toolness.com>
parents:
26
diff
changeset
|
1 Command("gnusto-engine.min.js", "gnusto-engine.js", |
4592dffd7539
We now generate a minified version of gnusto-engine.js.
Atul Varma <varmaa@toolness.com>
parents:
26
diff
changeset
|
2 "python jsmin.py < ${SOURCE} > ${TARGET}") |