squishy

changeset 3
21a2d5205ec6
parent 2
297b51e0dba2
child 8
f62f83d9dc43
--- a/squishy	Sat Jul 25 03:05:23 2009 +0100
+++ b/squishy	Sat Jul 25 03:11:08 2009 +0100
@@ -1,11 +1,16 @@
 
+-- Set this option, same as if user specified
+-- '--executable' on the command-line. Can be 
+-- disabled by user with '--no-executable'
 Option "executable"
 
+-- Output filename
 Output "squish"
 
+-- This is normal/main script
 Main "squish.lua"
 
--- Minify output
+-- Add minify extension if asked to
 if opts.with_minify then
 	Module "optlex"		"minify/optlex.lua"
 	Module "optparser"	"minify/optparser.lua"

mercurial