Wed, 21 May 2008 07:22:50 -0700 |
Atul Varma |
gnusto.html now includes all non-minified, non-packed JS by default. The SCons script now minifies all JS and creates a new gnusto.min.html file that includes all minified JS.
|
Wed, 21 May 2008 07:06:42 -0700 |
Atul Varma |
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.
|
Fri, 16 May 2008 12:06:50 -0700 |
Atul Varma |
Added curses to the build system and made it the default story to load, since troll is loading and running fine now.
|
Fri, 16 May 2008 11:58:37 -0700 |
Atul Varma |
Made a SCons builder for JS ZCode files.
|
Fri, 16 May 2008 11:36:24 -0700 |
Atul Varma |
Rename of z5->zcode where appropriate, js zcode variable is now just called 'zcode' instead of 'troll_z5', etc.
|
Mon, 12 May 2008 00:52:01 -0700 |
Atul Varma |
We now generate a minified version of gnusto-engine.js.
|
Mon, 12 May 2008 00:01:59 -0700 |
Atul Varma |
Added jsmin.py, although I've removed the comment from the SConstruct to use packer b/c it doesn't actually reduce the size of troll.js (nor does minify).
|
Sun, 11 May 2008 19:07:57 -0700 |
Atul Varma |
Added a TODO to use packer to further compress the z5 js file.
|
Sat, 10 May 2008 22:46:42 -0700 |
Atul Varma |
test.js is now something of a manual unit test.
|
Sat, 10 May 2008 09:29:27 -0700 |
Atul Varma |
Got Gnusto to load and 'run' a story file in web content.
|