1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

Removed typescript

This commit is contained in:
Michael Crosby 2013-06-08 16:20:29 -09:00
parent 353751ea4e
commit af0cce171e
10 changed files with 154 additions and 525 deletions

View file

@ -1,15 +1,9 @@
REF = HEAD
VERSION = $(shell git describe --always $(REF))
all: ts less
clean:
rm js/*.js
ts:
tsc js/*.ts
all: less
less:
less css/*.less > css/app.css
.PHONY: all clean hash ts less
.PHONY: all less