I used to use less, whiched using V8 to render the style sheets, but now I am using scss, and it is using IronRuby to compile the style sheets.
With that said, my startup time in my application is SLOWW!
With the debugger, I see where the pause is happening.
@Styles.Render("~/bundles/styles")
Is there anything I can do to speed this up? Should I just use web essentials and reference the compiled css?