Skip to content

Less, Sass and Coffee Script Compilation

mwrock edited this page Dec 10, 2011 · 1 revision

RequestReduce can compile Less, Sass and Coffee Script using the DotLess and SassAndCoffee projects. To enable this functionality, install RequestReduce.SassLessCoffee from Nuget or copy the contents of the RequestReduce.SassLessCoffee directory included in the RequestReduce.zip file available on http://www.RequestReduce.com.

With these files installed, simply reference your .less, .sass, .scss and .coffee directly in your Link and Script tags. RequestReduce will recognize these extensions and use the appropriate compiler to transform the content to CSS or Javascript.

Clone this wiki locally