[Seaside] Maintaining paths with File Libraries

Torsten Bergmann astares at gmx.de
Sun Oct 12 19:41:41 UTC 2014


Hi Joachim,

just subclass WAFileMetadataLibrary with an own file library.

Since often in JQuery/JavaScript/CSS you have a full version and a "min(ified)"
version I create two file libraries: one for deployment (=min) and one for development.
So by simply reregistering the lib you can switch between debug and faster deploy 
delivery mode.

For CodeMirror: did you see
http://lists.squeakfoundation.org/pipermail/seaside-dev/2014-August/006033.html
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/2014-August/099518.html
http://astares.blogspot.de/2012/05/codemirror-styling-seasides-wabrowser.html

Have fun
T.



More information about the seaside mailing list