Add to README about make_squishy

Mon, 27 Jul 2009 04:15:23 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 27 Jul 2009 04:15:23 +0100
changeset 44
5d710c0cfb45
parent 43
3407f006b9cb
child 45
69b3487c71cc

Add to README about make_squishy

README file | annotate | diff | comparison | revisions
--- 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'.

mercurial