anaisbetts / SassAndCoffee

SassAndCoffee adds support in ASP.NET MVC to (you guessed it!) Sass/SCSS and CoffeeScript
http://blog.paulbetts.org/index.php/2011/06/06/new-release-sassandcoffee-0-9-now-not-glacially-slow/
Microsoft Public License
199 stars 37 forks source link

How to handle debug vs. release? #55

Open sgentile opened 12 years ago

sgentile commented 12 years ago

Is there a setting to have it not touch debug - only compress/minify in a release mode ?

Thanks!

schmalls commented 12 years ago

I just use an #if DEBUG switch to decide whether or not to add a .min to the filename I request in my template.