squishy

changeset 8
f62f83d9dc43
parent 3
21a2d5205ec6
child 9
875ff34ab96c
--- a/squishy	Sat Jul 25 16:43:52 2009 +0100
+++ b/squishy	Sat Jul 25 16:44:47 2009 +0100
@@ -19,3 +19,10 @@
 
 	Main "minify/squish.minify.lua"
 end
+
+-- Compress Lua scripts (an excellent hack :) )
+if opts.with_uglify then
+	Module "llex"		"uglify/llex.lua"
+	
+	Main "uglify/squish.uglify.lua"
+end

mercurial