Just a small note: 

you can reuse the provided processors (like LessCssProcessor,
CoffeeScriptProcessor, SassCssProcessor, etc)
without being forced to use a filter or a maven plugin. The processors
interface is pretty simple and can be used like this:

new CoffeeScriptProcessor().process(Reader reader, Writer writer);

Similar usage is available for other processors and there are 
http://code.google.com/p/wro4j/wiki/AvailableProcessors plenty of them . 

Cheers,
Alex

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/smarter-css-tp5051068p5062698.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to