diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-02 00:06:50 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-02 00:06:50 +0200 |
commit | 150b5d489c8573fe9214c11defbeeddedde48e16 (patch) | |
tree | b969bb59a347c7c54dcf851ef4f8db085fe5c1f5 /webui/debug_assets.go | |
parent | 7397c94d993541b33e555b758ebdb8f61ff33c6c (diff) | |
download | git-bug-150b5d489c8573fe9214c11defbeeddedde48e16.tar.gz |
invert the behavior of the build flag for the webui
Now produce by default a build with the packed webui, to make it go gettable properly.
fix #33
Diffstat (limited to 'webui/debug_assets.go')
-rw-r--r-- | webui/debug_assets.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/debug_assets.go b/webui/debug_assets.go index 52b76df5..87ec4f6c 100644 --- a/webui/debug_assets.go +++ b/webui/debug_assets.go @@ -1,4 +1,4 @@ -// +build !deploy_build +// +build debugwebui package webui |