fix location of static files following previous

This commit is contained in:
mappu 2014-05-10 11:11:53 +12:00
parent 73a5044ef2
commit 4c43510c44
1 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,14 @@
@echo off
:: Clean target directory
echo Cleaning target directory...
echo.
rmdir /s /q wwwroot
mkdir wwwroot
mkdir wwwroot\srv
copy static\* wwwroot\srv
copy static\* wwwroot
:: Build pages
echo Building pages...
echo.
C:\bin\php54\php.exe rebuild.php
pause