Hi, Please ensure that your AppModule (or equivalent) includes T5ConduitModule using @SubModule annotation. It enables handling of *.less stylesheets. Please note that included asset will still have .less suffix, but returned file should be generated .css.
Best regards, Cezary Biernacki On 4 Nov 2013 19:18, "Jon Williams" <williams.jonat...@gmail.com> wrote: > This message is regarding the T5Conduit tapestry 5.3 less library. > > > Anyone with t5conduit experience (0.8 SNAPSHOT)... > > Is it possible to get the generated style sheet to be a .css? > It seems from the minimal documentation that this is supposedly the default > behavior. > Currently for me, i'm seeing .less files being generated. > > here's some code from my page... >