Skip to content

Commit cf48568

Browse files
devversionmmalerba
authored andcommitted
build: include favicon in dev-app to avoid error (#17244)
Includes the dev-app favicon in the devserver runfiles, so that it can be loaded. Currently there is a 404 request to the favicon. (cherry picked from commit a78edf8)
1 parent 09788c5 commit cf48568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dev-app/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ sass_binary(
9595
dev_server(
9696
name = "devserver",
9797
srcs = [
98+
"favicon.ico",
9899
"index.html",
99100
"system-config.js",
100101
"system-rxjs-operators.js",

0 commit comments

Comments
 (0)