JsBuildToolsBy Paul Tyng Provides LESS CSS and Coffee Script support in Visual Studio at design time. The package contains two custom build tools, just set the Custom Tool to LessCssBuildToolor CoffeeScriptBuildTool in your file properties on a .less file or .coffee file respectively, and the tool will generate the output .css / .js file for you. For example if you create a site.less with this build tool, in Visual Studio you will get a site.less.css. Please post any comments, issues, or contributions at the GitHub repo: https://github.com/paultyng/JsBuildTools |