Initial commit
This commit is contained in:
16
static/Makefile
Normal file
16
static/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
all: check remote.js
|
||||
|
||||
remote.js: *.ts *.json
|
||||
tsc
|
||||
|
||||
check: *.ts *.json *.css
|
||||
tslint --project . --fix
|
||||
stylelint --fix *.css
|
||||
|
||||
clean:
|
||||
rm -f remote.js
|
||||
|
||||
ci:
|
||||
tslint --project .
|
||||
stylelint *.css
|
||||
|
||||
Reference in New Issue
Block a user