﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>Bolo commented on Fix the code, not the tooling</title><description>Have you seen http://clientdependency.codeplex.com/
?</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment12</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment12</guid><pubDate>Tue, 07 Jun 2011 11:12:28 GMT</pubDate></item><item><title>Ayende Rahien commented on Fix the code, not the tooling</title><description>Frank,
But it doesn't impact anyone _else_ who is using it.</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment11</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment11</guid><pubDate>Tue, 07 Jun 2011 07:06:39 GMT</pubDate></item><item><title>Ayende Rahien commented on Fix the code, not the tooling</title><description>Alex,
All of the stuff that I talked about are using the .NET dll, it is just different ways of invoking it.</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment10</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment10</guid><pubDate>Tue, 07 Jun 2011 07:06:10 GMT</pubDate></item><item><title>Daniel Hölbling commented on Fix the code, not the tooling</title><description>I don't know if you know this, but Chirpy uses the dotlesscss framework underneath and we do provide a HttpHandler that you can register in your web.config that can be shared through Git and that works quite well during development.
And when you go to production you can use the accompanying dotless compiler to turn the .less into regular CSS avoiding any incurring costs.

Or, you could use the dotless.compiler all the time during development as it includes a --watch option that will re-generate all your .css files whenever your .less files change.

more info on dotlesscss: http://www.dotlescss.org

greetings Daniel</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment9</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment9</guid><pubDate>Mon, 06 Jun 2011 20:06:30 GMT</pubDate></item><item><title>Frank Quednau commented on Fix the code, not the tooling</title><description>resharper has had a very negative impact on my development experience. Using VS without resharper drives me almost to insanity.</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment8</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment8</guid><pubDate>Mon, 06 Jun 2011 17:38:34 GMT</pubDate></item><item><title>Alex K commented on Fix the code, not the tooling</title><description>So why were you using the weird extensions and .js and not the .Net dll (http://www.dotlesscss.org/) and have everything just the way you wanted?</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment7</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment7</guid><pubDate>Mon, 06 Jun 2011 16:36:18 GMT</pubDate></item><item><title>zvolkov commented on Fix the code, not the tooling</title><description>Yeah I would go with lesscss.org</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment6</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment6</guid><pubDate>Mon, 06 Jun 2011 13:51:42 GMT</pubDate></item><item><title>Adam  commented on Fix the code, not the tooling</title><description>Less.js is also another option which is pretty good. It compiles less to css and loads it on the fly when the page loads. 

http://lesscss.org/

</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment5</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment5</guid><pubDate>Mon, 06 Jun 2011 13:19:59 GMT</pubDate></item><item><title>Sam commented on Fix the code, not the tooling</title><description>We use the dotless parser directly from code to generate custom CSS for a white-labelled application (and MVC output caching does the rest). No tooling required.

http://samritchie.net/2011/05/23/dotlessresult-mvc-actionresult-for-dotless/</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment4</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment4</guid><pubDate>Mon, 06 Jun 2011 13:00:39 GMT</pubDate></item><item><title>Robert Byrne commented on Fix the code, not the tooling</title><description>Second the HttpModule approach, it gives you exactly the same editing experience as plain CSS with all the benefits of less css. I mainly stayed away from Chirpy because I didn't want all the bloat of designer generated files everywhere (even if you can join them together for inclusion).

I'm 50/50 when it comes to designer tools, anything that could be edited usually requires a compilation/minification step of some sort before going to production (including JS and CSS on most apps). If I need to be monkey patching live CSS, the generated output from CSS less is very easy to follow.</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment3</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment3</guid><pubDate>Mon, 06 Jun 2011 11:04:55 GMT</pubDate></item><item><title>Simon Bartlett commented on Fix the code, not the tooling</title><description>dotless also has a HttpModule so it can compile and cache less files at runtime, although I am not sure if it can detect live file changes.</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment2</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment2</guid><pubDate>Mon, 06 Jun 2011 10:47:00 GMT</pubDate></item><item><title>Simon Bartlett commented on Fix the code, not the tooling</title><description>Ayende, I use less css on one of my projects. I solved this problem by using the compiler executable from the dotless project, and adding a build step to my .csproj file. I have the compiler checked in to source control. Any developer who works on my project can check the code out and just hit F5 with no extensions/plugins required.</description><link>http://ayende.com/13313/fix-the-code-not-the-tooling#comment1</link><guid>http://ayende.com/13313/fix-the-code-not-the-tooling#comment1</guid><pubDate>Mon, 06 Jun 2011 10:41:46 GMT</pubDate></item></channel></rss>