README

changeset 44
5d710c0cfb45
parent 42
7b1896ff4315
child 61
b8af42b7ddf8
equal deleted inserted replaced
43:3407f006b9cb 44:5d710c0cfb45
97 97
98 ### AutoFetchURL "url" 98 ### AutoFetchURL "url"
99 **Experimental** feature which is subject to change. When specified, all the following Module statements will be 99 **Experimental** feature which is subject to change. When specified, all the following Module statements will be
100 fetched via HTTP if not found on the filesystem. A ? (question mark) in the URL is replaced by the relative path 100 fetched via HTTP if not found on the filesystem. A ? (question mark) in the URL is replaced by the relative path
101 of the module file that was given in the Module statement. 101 of the module file that was given in the Module statement.
102
103 ## make_squishy
104
105 Squish includes a small utility which aims to help with converting a project to use Squish. Pass it a list of files
106 and it will scan those files looking for calls to require(). It will then attempt to resolve the module names to
107 files relative to the directory of the first filename passed to make_squishy.
108
109 It generates a 'squishy.new' file in the current directory. Modify accordingly and rename to just 'squishy'.

mercurial