ots/Makefile
Knut Ahlers 1aa968299a
Migrate to bootstrap 4 and fontawesome 5
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-05-05 17:34:13 +02:00

12 lines
370 B
Makefile

generate: l10n
docker run --rm -ti -v $(CURDIR):$(CURDIR) -w $(CURDIR) node \
bash -c "npm install -g coffeescript && coffee -c frontend/application.coffee && chown -R $(shell id -u) frontend"
go generate
l10n:
cd frontend/locale && goi18n *
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh