debug/squishy

Mon, 27 Jul 2009 03:59:39 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 27 Jul 2009 03:59:39 +0100
changeset 37
cb8b48b08e1e
parent 34
0e34461ab2a6
permissions
-rw-r--r--

Only add a module to the list once, no matter how many times it is added in the squishy file

34
0e34461ab2a6 Add new debug extension
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Option "minify-locals" (false)
0e34461ab2a6 Add new debug extension
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 Option "minify-level" "full"
0e34461ab2a6 Add new debug extension
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3
0e34461ab2a6 Add new debug extension
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 Module "minichunkspy" "minichunkspy.lua"
0e34461ab2a6 Add new debug extension
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5
0e34461ab2a6 Add new debug extension
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 Main "squish.debug.lua"
0e34461ab2a6 Add new debug extension
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7
0e34461ab2a6 Add new debug extension
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8 Output "squish.debug"
0e34461ab2a6 Add new debug extension
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9

mercurial