Adds client to solution so task runner explorer can be used to build the client-side files in VS

This commit is contained in:
Sebastiaan Janssen
2016-10-23 13:42:58 +02:00
parent f04cf5bb40
commit f39bbc2979
2 changed files with 35 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@ SET buildFolder=%CD%
ECHO Change directory to %CD%\..\OurUmbraco.Client\
CD %CD%\..\OurUmbraco.Client\
ECHO.
ECHO Setting node_modules folder to hidden to prevent VS13 from crashing on it while loading the websites project
attrib +h node_modules
ECHO Do npm install and the gulp build
call npm cache clean
call npm install