Skip to content

Commit

Permalink
adding bower to deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Feb 18, 2015
1 parent 537b311 commit 502ba86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy.cmd
Expand Up @@ -88,6 +88,14 @@ IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
IF !ERRORLEVEL! NEQ 0 goto error
)

:: 4. Bower Install
if EXIST "%DEPLOYMENT_TARGET%\bower.json" (
pushd "%DEPLOYMENT_TARGET%"
call :ExecuteCmd bower install
IF !ERRORLEVEL! NEQ 0 goto error
popd
)

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: Post deployment stub
Expand Down

0 comments on commit 502ba86

Please sign in to comment.