From d2f5e6b92738abf99ea5adfc09b038b35db6176e Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 6 Aug 2018 16:17:11 +0200 Subject: webui: pack the files only on demand --- git-bug.go | 1 - 1 file changed, 1 deletion(-) (limited to 'git-bug.go') diff --git a/git-bug.go b/git-bug.go index 0b980330..7a1a2ad4 100644 --- a/git-bug.go +++ b/git-bug.go @@ -1,4 +1,3 @@ -//go:generate go run webui/pack_webui.go //go:generate go run doc/gen_markdown.go //go:generate go run doc/gen_manpage.go //go:generate go run misc/gen_bash_completion.go -- cgit