This commit is contained in:
Tommy
2015-02-10 20:54:28 -05:00

View File

@@ -57,7 +57,7 @@ echo Building Resume
call :Executecmd npm install call :Executecmd npm install
IF !ERRORLEVEL! NEQ 0 goto error IF !ERRORLEVEL! NEQ 0 goto error
REM This creates the **index.html** which is deployed by Azure Websites. REM This creates the **index.html** which is deployed by Azure Websites.
call :Executecmd node .\node_modules\resume-cli\index.js export index -f html --theme slick call :Executecmd node .\node_modules\resume-cli\index.js export index -f html --theme elegant
IF !ERRORLEVEL! NEQ 0 goto error IF !ERRORLEVEL! NEQ 0 goto error
:: 1. KuduSync :: 1. KuduSync