+Aurelia +Paket +FAKE

Interim commit; there may still be leftover files from the Aurelia
tutorial
This commit is contained in:
Daniel J. Summers
2017-05-20 09:45:48 -05:00
parent e522ab1ae1
commit b0b20df36d
69 changed files with 2884 additions and 25 deletions

8
build.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
cls
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
"packages\FAKE\tools\Fake.exe" build.fsx %1
pause