We have a sitecore website project in visual studio 2013 that has about 2,800 folders/subfolders.
Whenever we build the project, the IDE freezes up for about 20 seconds after getting the "Build Succeeded" message on the bottom blue bar.
It appears to be related to Web Essentials because when I uninstall it, the problem goes away. Also, we had many more subfolders (5,700 additional). I removed those and the freeze time went down by about 50 seconds. I haven't found another group of folders to remove.
All of the Web Essentials "Compile files on build" options are set to False.
I tried changing various other Web Essential settings to false (including compile on build), nothing fixed it.
I tried changing all settings to the opposite of their default. No effect.
I tried many different options for excluding files via the .jscrc file. (per link)That did not appear to have any affect. (excludeFiles": [" ** "], excludeFiles": ["**/data/*"] (<-- that was for the 5,700 folders), etc.
Given my settings, I would think that Web Essentials shouldn't be doing anything during or after my build, yet it appears to be.
Does anyone know what it might be doing that would be causing this slow down?
Is anyone else with many sub-folders experiencing this?
Thanks,
Gregory