From 7788452fb7187ab39defbd735d2ec75741a4c8b9 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Fri, 13 Feb 2015 10:04:11 +0100 Subject: [PATCH] U4-6219 Visual Studio 2013 Crashes When Opening umbraco.sln #U4-6219 Fixed --- build/Build.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/Build.bat b/build/Build.bat index 7410396ead..7e6e418b26 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -44,6 +44,9 @@ CALL InstallGit.cmd ECHO Performing MSBuild and producing Umbraco binaries zip files %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build.proj" /p:BUILD_RELEASE=%release% /p:BUILD_COMMENT=%comment% +ECHO Setting node_modules folder to hidden to prevent VS13 from crashing on it while loading the websites project +attrib +h ..\src\Umbraco.Web.UI.Client\node_modules + ECHO Adding dummy files to include in the NuGet package so that empty folders actually get created SET dummytext=This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. ECHO %dummytext% > .\_BuildOutput\WebApp\App_Code\dummy.txt