aboutsummaryrefslogtreecommitdiffstats
path: root/webui/debug_assets.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-02 00:06:50 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-02 00:06:50 +0200
commit150b5d489c8573fe9214c11defbeeddedde48e16 (patch)
treeb969bb59a347c7c54dcf851ef4f8db085fe5c1f5 /webui/debug_assets.go
parent7397c94d993541b33e555b758ebdb8f61ff33c6c (diff)
downloadgit-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.go2
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