55cf47af18
Removed Paket files (could not get reliable builds; we may revisit once .NET core has stablizied); removed extraneous tutorial files; currently blocked getting Auth0 Lock to load from within Aurelia app
4 lines
63 B
Batchfile
4 lines
63 B
Batchfile
@echo off
|
|
cls
|
|
"packages\FAKE\tools\Fake.exe" build.fsx %1
|
|
pause |