1
0
Fork 0
mirror of https://github.com/Luzifer/gallery.git synced 2024-11-08 22:20:01 +00:00
gallery/Makefile

12 lines
267 B
Makefile
Raw Normal View History

2018-04-27 22:38:23 +00:00
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