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 844cbd9774
commit 09d9662386
12 changed files with 195 additions and 28 deletions

View File

@ -18,6 +18,12 @@ yarn_install(
yarn_lock = "//tools/ts-api-guardian:yarn.lock",
)
yarn_install(
name = "http-server_runtime_deps",
package_json = "//tools/http-server:package.json",
yarn_lock = "//tools/http-server:yarn.lock",
)
http_archive(
name = "build_bazel_rules_typescript",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.12.1.zip",