diff options
| author | Jamal Carvalho <jamal@golang.org> | 2020-07-07 13:01:02 -0400 |
|---|---|---|
| committer | Jamal Carvalho <jamal@golang.org> | 2020-07-14 18:56:54 +0000 |
| commit | d37103e11f2b448cd4e692dfb482ec7680ffc392 (patch) | |
| tree | 59f064437d61e83c08f18f49c7b8808a5a6c528b /devtools | |
| parent | 103a6b7425c1282f4a6627299cafdefb1b8a7fc4 (diff) | |
| download | go-x-pkgsite-d37103e11f2b448cd4e692dfb482ec7680ffc392.tar.xz | |
content,internal: add badge generation for package authors
This change creates a badge generation tool page for package authors. A future change will add
documenation of this feature and a link to the about page.
Fixes golang/go#36982
Change-Id: Ia64ba9db73ed92b853f1f955330caf93d996da91
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/241273
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Diffstat (limited to 'devtools')
| -rwxr-xr-x | devtools/compile_js.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/compile_js.sh b/devtools/compile_js.sh index e53cb4bc..577f29d4 100755 --- a/devtools/compile_js.sh +++ b/devtools/compile_js.sh @@ -43,6 +43,7 @@ main() { # TODO: once this is not an experiment, add it to the line above. $cmd $JSDIR/completion.min.js $JSDIR/completion.js $cmd $JSDIR/fetch.min.js $JSDIR/fetch.js + $cmd $JSDIR/badge.min.js $JSDIR/badge.js $cmd $JSDIR/jump.min.js third_party/dialog-polyfill/dialog-polyfill.js $JSDIR/jump.js } |
