Unable to edit .less file dynamically using dotless

Posted by newbie_86 on Stack Overflow See other posts from Stack Overflow or by newbie_86
Published on 2012-03-19T18:00:34Z Indexed on 2012/03/19 18:04 UTC
Read the original article Hit count: 316

Filed under:
|
|
|
|

I've installed dotless and i see the handler has been added to my web.config file. However, i am unable to make changes to the .less file dynamically and reload the page and see the effect of the changes...Is there some setting I need to turn on? This is the handler:

<handlers>
  <add name="dotless" path="*.less" verb="GET" type="dotless.Core.LessCssHttpHandler,dotless.Core" resourceType="File" preCondition="" />
</handlers>

© Stack Overflow or respective owner

Related posts about css

Related posts about asp.net-mvc