1
0
mirror of https://github.com/Luzifer/gallery.git synced 2024-09-18 23:22:59 +00:00
gallery/Makefile

12 lines
267 B
Makefile

default:
lint:
docker run --rm -ti -v $(CURDIR):$(CURDIR) -w $(CURDIR) luzifer/eslint frontend/*.js
pack:
go-bindata -modtime 1 frontend/...
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh