Re: lesscss

2011-11-11 Thread Cezary Biernacki
Hi, You can try my module for LessCSS and CoffeeScript support here: https://github.com/cezary-biernacki/t5conduit It should work with latest Tapestry 5.3.0 release candidate (not beta or earlier!), but I have not yet tested it. For Tapestry 5.2.6 you need also https://github.com/cezary

Re: lesscss

2011-11-11 Thread Barry Books
I use http://incident57.com/less for Macs. Seems to work fine and Tapestry is none the wiser. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

lesscss

2011-11-10 Thread Chris Collins
Anyone have any experiences using lesscss with tapestry? I am not using it but came highly recommended. Best C - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: lesscss

2011-11-10 Thread Steve Eynon
Non myself but I found these threads on Nabble: Compiled CSS http://tapestry.1045711.n5.nabble.com/Compiled-CSS-td4872738.html GZip Filter getting in the way of my LessCSS Filter http://tapestry.1045711.n5.nabble.com/GZip-Filter-getting-in-the-way-of-my-LessCSS-Filter-td4491550.html Steve

Re: lesscss

2011-11-10 Thread Chris Collins
Yeh I noticed that thread but looked like unfinished business with comments that 5.3 would be able to help. Seemed like lesscss would of been a great addition in the tapestry tool belt. C On Nov 10, 2011, at 5:54 PM, Steve Eynon wrote: Non myself but I found these threads on Nabble

Re: GZip Filter getting in the way of my LessCSS Filter

2011-06-16 Thread redijedi
Thanks for all of your help! I ended up hacking up the URI from the request and creating context: and classpath: resource paths manually. Seems clunky, but works. -- View this message in context: http://tapestry.1045711.n5.nabble.com/GZip-Filter-getting-in-the-way-of-my-LessCSS-Filter

GZip Filter getting in the way of my LessCSS Filter

2011-06-15 Thread Todd Orr
I am trying to integrate LessCSS into T5 as a request filter. I have an admittedly naive implementation on GitHub ( https://github.com/redijedi/tapestry-less). It works, kind of. There is a test app that can be run via maven (mvn clean jetty:run). Hitting http://localhost:8080/ will cause a stack

Re: GZip Filter getting in the way of my LessCSS Filter

2011-06-15 Thread Thiago H. de Paula Figueiredo
On Wed, 15 Jun 2011 12:10:58 -0300, Todd Orr torr0...@gmail.com wrote: I am trying to integrate LessCSS into T5 as a request filter.I have an admittedly naive implementation on GitHub ( https://github.com/redijedi/tapestry-less). It works, kind of. filter gets it and therefore cannot

Re: GZip Filter getting in the way of my LessCSS Filter

2011-06-15 Thread Howard Lewis Ship
This kind of thing is easier in Tapestry 5.3. On Wed, Jun 15, 2011 at 8:10 AM, Todd Orr torr0...@gmail.com wrote: I am trying to integrate LessCSS into T5 as a request filter. I have an admittedly naive implementation on GitHub ( https://github.com/redijedi/tapestry-less). It works, kind

Re: GZip Filter getting in the way of my LessCSS Filter

2011-06-15 Thread Todd Orr
: This kind of thing is easier in Tapestry 5.3. On Wed, Jun 15, 2011 at 8:10 AM, Todd Orr torr0...@gmail.com wrote: I am trying to integrate LessCSS into T5 as a request filter. I have an admittedly naive implementation on GitHub ( https://github.com/redijedi/tapestry-less). It works, kind

Re: GZip Filter getting in the way of my LessCSS Filter

2011-06-15 Thread Todd Orr
...@gmail.com wrote: I am trying to integrate LessCSS into T5 as a request filter. I have an admittedly naive implementation on GitHub ( https://github.com/redijedi/tapestry-less). It works, kind of. There is a test app that can be run via maven (mvn clean jetty:run). Hitting http://localhost:8080

Re: GZip Filter getting in the way of my LessCSS Filter

2011-06-15 Thread Thiago H. de Paula Figueiredo
On Wed, 15 Jun 2011 17:10:52 -0300, Todd Orr torr0...@gmail.com wrote: HTTP/1.1 200 Last-Modified: Wed, 15 Jun 2011 18:15:46 GMT Content-Length: 57 Content-Type: application/octet-stream Your CSS is being delivered with the wrong MIME type. It should be text/css. Anything that is even

Re: GZip Filter getting in the way of my LessCSS Filter

2011-06-15 Thread Josh Canfield
, Todd Orr torr0...@gmail.com wrote: I am trying to integrate LessCSS into T5 as a request filter. I have an admittedly naive implementation on GitHub ( https://github.com/redijedi/tapestry-less). It works, kind of. There is a test app that can be run via maven (mvn clean jetty:run). Hitting

Re: GZip Filter getting in the way of my LessCSS Filter

2011-06-15 Thread redijedi
? -- View this message in context: http://tapestry.1045711.n5.nabble.com/GZip-Filter-getting-in-the-way-of-my-LessCSS-Filter-tp4491550p4493252.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e