Skip to content

Commit

Permalink
Merge pull request #15899 from tamird/favicons
Browse files Browse the repository at this point in the history
ui: include favicons
  • Loading branch information
tamird authored May 12, 2017
2 parents e074233 + 29d780c commit 9785785
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pkg/ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test-debug: $(YARN_INSTALLED_TARGET) | protos
$(GOBINDATA_TARGET): $(YARN_INSTALLED_TARGET) $(shell git ls-files | grep -vF $(GOBINDATA_TARGET)) | protos
rm -rf dist
webpack -p
go-bindata -nometadata -pkg ui -o $@ -prefix dist dist
go-bindata -nometadata -pkg ui -o $@ -prefix dist dist/...
# Add comment recognized by reviewable.
echo '// GENERATED FILE DO NOT EDIT' >> $@
gofmt -s -w $@
Expand Down
419 changes: 406 additions & 13 deletions pkg/ui/embedded.go

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pkg/ui/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ module.exports = {
plugins: [
new FaviconsWebpackPlugin({
logo: './logo.png',
title: title,
persistentCache: false,
inject: true,
title: title,
icons: {
// Must explicitly override defaults. Sigh.
android: false,
Expand Down

0 comments on commit 9785785

Please sign in to comment.