Making giant leaps with typescript

This commit is contained in:
2018-01-17 01:16:06 +01:00
parent b45ceb85d0
commit c26d35282c
14 changed files with 187 additions and 610 deletions

View File

@@ -12,6 +12,4 @@ deps:
backgroundrun:
go run main.go
backgroundts:
tsc --watch res/static/res/typescript/lib/*.ts --outFile res/static/res/script/pixellib.js \
res/static/res/typescript/home/*.ts \
res/static/res/typescript/lib/*.ts --outFile res/static/res/script/home.js
tsc --watch --project res/static/res/typescript/home