[Seaside] WAFileMetadataLibrary>>#deployFiles ignores directories

Udo Schneider Udo.Schneider at homeaddress.de
Thu Oct 23 08:18:38 UTC 2014


All,

Up to now I served some assets from within my image. To increase loading 
speed I decided to serve them using nginx. I thought that

MyLib class>>#deployFiles would write the files to disk - and it does. 
Although all files in the same dir (same name as the class). So the 
directory structure is lost. This also means that paths created by

MyLib / dirfilenameCss

results in

MyLib\filename.css

and not in

MyLib\dir\filename.css


Is this the intended behaviour?

Best Regards,

Udo



More information about the seaside mailing list