You can use maven minify plugin [1] to combine all CSS files into one (and minify them along the way). I tried it for the log4php web site and it seems to work pretty well.
[1] http://maven-samaxes-plugin.googlecode.com/svn/sites/maven-minify-plugin/usage.html Regards, Ivan On 14 November 2011 21:01, Simone Tripodi <[email protected]> wrote: > Hi Robert! > that's my bad, I originally had links then switched to import to quick > reintroduce the site.css... then stumbled in the side effect of c'n'p > :( > Going to come back to links, thanks for the hint!!! > All the best, > Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > > On Mon, Nov 14, 2011 at 6:48 PM, Robert Scholte <[email protected]> > wrote: >> >> Hi Simone, >> >> >> >> recently I've been working on website performance improvements and you just >> hit another issue: >> >> "Don't use import"[1] >> >> We wanted to make only one call for css, so I wrote a small groovy-script >> which bundled all imports. >> >> I still have to make write a maven-plugin for it. >> >> So it's up to you: use links or bundle them. This is really a >> response-killer, more than I could imagine! >> >> >> >> -Robert >> >> >> >> [1] http://www.stevesouders.com/blog/2009/04/09/dont-use-import/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
