fix location of static files following previous
This commit is contained in:
parent
73a5044ef2
commit
4c43510c44
@ -1,12 +1,14 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
:: Clean target directory
|
echo Cleaning target directory...
|
||||||
|
echo.
|
||||||
rmdir /s /q wwwroot
|
rmdir /s /q wwwroot
|
||||||
mkdir wwwroot
|
mkdir wwwroot
|
||||||
mkdir wwwroot\srv
|
mkdir wwwroot\srv
|
||||||
copy static\* wwwroot\srv
|
copy static\* wwwroot
|
||||||
|
|
||||||
:: Build pages
|
echo Building pages...
|
||||||
|
echo.
|
||||||
C:\bin\php54\php.exe rebuild.php
|
C:\bin\php54\php.exe rebuild.php
|
||||||
|
|
||||||
pause
|
pause
|
Reference in New Issue
Block a user