In the current forrest skin the images are in the css/images skin. I am not very familiar with the build process, but wouldn't it be possible to let Ant just copy certain directories (like the css/images one)? What are we going to do if someone wants a part in the site that is not linked to the main site? Two consecutive builds? Bert At 11:04 31/05/2002 +0200, you wrote: > > From: Bert Van Kets [mailto:bert@vankets.com] > > > Building my new skin (gosh that sounds weird!) I noticed that > > due to the > > crawler there is a problem with the images that are used in CSS. > > when doing a build webapp the images are perfectly copied, > > but doing a > > build docs they are not. Since there is no tag calling > > the images > > they are not put in the docs directory. > >Yep, another missing feature in our beloved crawler ... while this one >might be a hard to patch, since it would mean building a full-blown user >agent capable of interpreting CSS. > >The 1 pixel idea was one of the things we came across doing our own >outerthought-skin, but it seemed kind of patchy to me - anyone else an >idea? > >