build: serve ivy todo app with real http-server (#23446)

PR Close #23446
This commit is contained in:
Alex Eagle
2018-04-16 14:55:47 -07:00
committed by Igor Minar
parent db77d8dc92
commit b4c252bcc5
13 changed files with 202 additions and 36 deletions

View File

@ -83,6 +83,6 @@ ng_rollup_bundle = rule(
default = Label("@org_brotli//:brotli")),
}),
outputs = dict(ROLLUP_OUTPUTS, **{
"build_es5_min_compressed": "%{name}.min.js.brotli",
"build_es5_min_compressed": "%{name}.min.js.br",
}),
)