mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
Removed typescript
This commit is contained in:
parent
353751ea4e
commit
af0cce171e
10 changed files with 154 additions and 525 deletions
10
Makefile
10
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue