From 55184b81b77c3097ec652020917cb28174e5b91f Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 21 Aug 2015 14:03:29 -0400 Subject: [PATCH] remove jquery and moment on deploy --- deploy.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.cmd b/deploy.cmd index 757076b..e330aa4 100644 --- a/deploy.cmd +++ b/deploy.cmd @@ -110,6 +110,8 @@ IF EXIST "%DEPLOYMENT_TARGET%\bower.json" ( pushd "%DEPLOYMENT_TARGET%" call rmdir .\components /S /Q call :ExecuteCmd !NPM_CMD! install bower + call rmdir .\components\moment /S /Q + call rmdir .\components\jquery /S /Q call .\node_modules\.bin\bower install IF !ERRORLEVEL! NEQ 0 goto error popd