2015-05-10 14:38:17 +00:00
|
|
|
default: pack
|
|
|
|
|
|
|
|
compile_coffee:
|
2017-10-31 11:01:53 +00:00
|
|
|
coffee -c frontend/assets/application.coffee
|
2015-05-10 14:38:17 +00:00
|
|
|
|
|
|
|
debug: compile_coffee
|
2017-10-31 11:01:53 +00:00
|
|
|
go-bindata --debug frontend/...
|
|
|
|
go run *.go serve
|
|
|
|
open http://127.0.0.1:3000/
|
2015-05-10 14:38:17 +00:00
|
|
|
|
|
|
|
pack: compile_coffee
|
2017-10-31 11:01:53 +00:00
|
|
|
go-bindata frontend/...
|
|
|
|
bash generateXKCDWordList.sh
|
2017-09-22 13:30:14 +00:00
|
|
|
|
|
|
|
publish:
|
|
|
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
|
|
|
bash golang.sh
|
2017-09-22 14:22:05 +00:00
|
|
|
|
|
|
|
workflow:
|
2017-09-22 15:52:10 +00:00
|
|
|
bash build-workflow.sh
|