public static string CustomRender(this CSSBundle bundle, string outputFile) {
string location = DebugCheck() ? (_debugPrefix + outputFile) : (_productionPrefix + outputFile);
return bundle.Render(location);
}
3) It's easier to ignore an entire folder (eg /ui/dev/*) in the CVS than individual files (eg /ui/css/shoppingcart.less.squishit.debug.css, /ui/css/checkout.less.squishit.debug.css) in a folder where they are mixed with my source files.
--
You received this message because you are subscribed to the Google Groups "SquishIt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to squishit+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
That would be very good. If you can control it yourself, like with a .DebugToReleaseFolder() or something :)