|
Changes from 0.9.52:
Extracted compilations to SwazooCompiler (platform-specific).
File mapping is moved up into FileMappingResource. FileResource got a
lot smaller, and SwazooActivePageResource doesn't have caching problems
anymore. Thanks to Steve Waring for catching that one.
SwazooActivePageResource now returns nil if it's being asked about
anything other than a .sap file. That way, you can point a SAPResource
and a FileResource at the same directory, which may have SAPs, images,
html files, etc. If it's a SAP, it'll get interpreted, otherwise the
FileResource will just send the file's contents.
|