Using the dotless HttpHandler, we can easily start transforming our less files into rendered CSS. But if we want to manipulate variable values before it is processed, we have to do a bit of manual work. Let’s take a look at how this can be done. In this example, we have a list-element using 2 […]
Archives for August 2013
MSBuild Task dll locked by Visual Studio
August 8, 2013 by 4 Comments
Through MSBuild we are able to control how we wish to process and build our software. A nice feature of this is the ability to create custom Tasks. A Task is a unit of executable code used by MSBuild to perform atomic build operations. MSDN Creating a custom Tasks allows us to hook into the […]