# HG changeset patch # User Matthew Wild # Date 1248664523 -3600 # Node ID 5d710c0cfb459c4bf72c8d96646641ae97a87d6d # Parent 3407f006b9cb8cbfdc0fdcd7f875799865a0bf00 Add to README about make_squishy diff -r 3407f006b9cb -r 5d710c0cfb45 README --- a/README Mon Jul 27 04:11:53 2009 +0100 +++ b/README Mon Jul 27 04:15:23 2009 +0100 @@ -99,3 +99,11 @@ **Experimental** feature which is subject to change. When specified, all the following Module statements will be fetched via HTTP if not found on the filesystem. A ? (question mark) in the URL is replaced by the relative path of the module file that was given in the Module statement. + +## make_squishy + +Squish includes a small utility which aims to help with converting a project to use Squish. Pass it a list of files +and it will scan those files looking for calls to require(). It will then attempt to resolve the module names to +files relative to the directory of the first filename passed to make_squishy. + +It generates a 'squishy.new' file in the current directory. Modify accordingly and rename to just 'squishy'.