sass / libsass-net

A lightweight wrapper around libsass
MIT License
94 stars 35 forks source link

SCSS Compilation runs very slowly in debug #10

Closed IDDesigns closed 9 years ago

IDDesigns commented 9 years ago

I'm using VS 2013 Premium with the 64bit version of libsass-net.

When running outside the debugger the compilation of an scss file takes < 1 second, running within the debugger results in a compilation of around 10-20 seconds.

I don't suppose you have any thoughts on what the problem might be?

Kind regards

Ian

IDDesigns commented 9 years ago

FYI The problem seemed to go away after deleting both the .suo file and all the temporary asp.net files.