2017-08-04 19:16:00 +00:00
|
|
|
generate: l10n
|
2018-05-05 15:34:13 +00:00
|
|
|
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"
|
2017-08-03 16:32:30 +00:00
|
|
|
go generate
|
2017-08-03 16:33:56 +00:00
|
|
|
|
2017-08-04 19:16:00 +00:00
|
|
|
l10n:
|
|
|
|
cd frontend/locale && goi18n *
|
|
|
|
|
2017-08-03 16:33:56 +00:00
|
|
|
publish:
|
|
|
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
|
|
|
bash golang.sh
|