# HG changeset patch # User Matthew Wild # Date 1248487868 -3600 # Node ID 21a2d5205ec612a6e7a527276c0514f0537cd670 # Parent 297b51e0dba20cfd9b0971512f63ddde8f32a48f squishy: Add some comments diff -r 297b51e0dba2 -r 21a2d5205ec6 squishy --- 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"