[Seaside] [Ann] Beach-Library

Keith Hodges keith_hodges at yahoo.co.uk
Tue Apr 14 23:04:08 UTC 2009


A standalone part of Beach that might interest others, to use and or
contribute to.

Keith

========
BeachLibrary

    self name: 'Beach-Library'.
    self version: '1'.
    self dependsOn: { }.
    
    info url: 'http://www.squeaksource.com/Beach/Beach-Library-kph.1.mcz'.
    
    info description:
    
'
The Beach "FileLibrary".

The aim of BEFileLibrary is to collate ALL of your javascript and css
within the control of one class for your project/site.
This will enable a variety of optimisations to be performed by this class.

1. all js/css can be optimized and served as single minimised (TBD) files.
2. The optimised files can be exported to disk for an external server to
serve.

Seaside file libraries are included like so:

include02NiftyCornersCube

    ^ NiftyCornersCube default

'
   



More information about the seaside mailing list