Got uploads working

This commit is contained in:
Wim Brand
2018-01-16 11:47:48 +01:00
parent b475c85ff1
commit 397056b931
7 changed files with 101 additions and 42 deletions

View File

@@ -1,9 +1,14 @@
run: ts
go run main.go
runboth: ts
cd ../pixeldrain-server-launcher && go run main.go
build: ts
go build main.go -o pixeldrain-web
deps:
npm install -g typescript
ts:
tsc --strict res/static/res/typescript/lib/*.ts --outFile res/static/res/script/pixellib.js
tsc --strict res/static/res/typescript/home/*.ts \