[Ann] Beach-Library

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Ann] Beach-Library

keith1y
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

'
   

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside