remove jquery and moment on deploy

This commit is contained in:
Tommy Parnell
2015-08-21 14:03:29 -04:00
parent 2f1a7f300f
commit 55184b81b7

View File

@@ -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