Mercurial > web-gnusto
view SConstruct @ 44:c628beacc40d
Found a much easier way of getting the last character of a string.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 15 May 2008 23:46:19 -0700 |
parents | 4592dffd7539 |
children | 36bd1c8afb52 |
line wrap: on
line source
Command("troll.js", "stories/troll.z5", "python z5_to_js_array.py ${SOURCE} > ${TARGET}") Depends("troll.js", "z5_to_js_array.py") Command("gnusto-engine.min.js", "gnusto-engine.js", "python jsmin.py < ${SOURCE} > ${TARGET}")