darrenkopp / SassyStudio2013

Visual Studio 2013 extension adding additional SCSS support
19 stars 5 forks source link

VS freezes when saving/compiling #5

Open sinrise opened 9 years ago

sinrise commented 9 years ago

I've confirmed this isn't just something just on my PC. A team member of mine is also using this version and it freezes VS for a few seconds every time you save. The project is pretty large as it does include a SASS version of Bootstrap and jQuery UI. Unminified, the compiled CSS file is about 450k. I don't even know if this is an issue you can do anything about but I thought I'd mention it. Whether it's due to the size of my project or the plugin itself, it's freezing VS.

darrenkopp commented 9 years ago

saving a root scss file (bla.scss) or a partial (_bla.scss)?

sinrise commented 9 years ago

Seems to be both.

darrenkopp commented 9 years ago

are you using like the bootstrap sass nuget package? i'm unfamiliar with the jquery ui sass stuff, can you link me where you got that from?

sinrise commented 9 years ago

nope I installed them manually. yes let me find the links. I had to modify it a lot.

sinrise commented 9 years ago

I used this for jQueryUI https://github.com/jhilden/jquery-ui-sass-rails. I basically just grabbed the sass structure from this and modified it to work with my project. Same thing with Bootstrap. The LESS version is terrible.