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
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
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 Nab
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.
On
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
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
he request data?
--
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
t;>
>> background: @bgcolor;
>>
>> .rounded-corners;
>>
>> }
>>
>> and the Tapestry response handler looses it's mind! Less can't compile it
>> because the string returned from the response handling is:
>> ?sHJO???/?R(JM???
On Wed, 15 Jun 2011 17:10:52 -0300, Todd Orr 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 slightly more complic
ly unreadable and this breaks the less filter.
>
> On Wed, Jun 15, 2011 at 1:23 PM, Howard Lewis Ship wrote:
>
>> This kind of thing is easier in Tapestry 5.3.
>>
>> On Wed, Jun 15, 2011 at 8:10 AM, Todd Orr wrote:
>> > I am trying to integrate LessCSS into T5
wrote:
> This kind of thing is easier in Tapestry 5.3.
>
> On Wed, Jun 15, 2011 at 8:10 AM, Todd Orr 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/tapes
This kind of thing is easier in Tapestry 5.3.
On Wed, Jun 15, 2011 at 8:10 AM, Todd Orr 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. T
On Wed, 15 Jun 2011 12:10:58 -0300, Todd Orr 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 be less-compiled. I
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
14 matches
Mail list logo