SassyStudio2013
SassyStudio2013 copied to clipboard
VS freezes when saving/compiling
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.
saving a root scss file (bla.scss) or a partial (_bla.scss)?
Seems to be both.
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?
nope I installed them manually. yes let me find the links. I had to modify it a lot.
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.