Skip to content

Commit

Permalink
build(bazel): remove unnecessary scripts from ts_devserver & ts_web_t…
Browse files Browse the repository at this point in the history
…est_suite in bazel schematics (#29694)

PR Close #29694
  • Loading branch information
gregmagolan authored and IgorMinar committed Apr 4, 2019
1 parent b02cb3d commit c0ec842
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions packages/bazel/src/builders/files/src/BUILD.bazel.template
Expand Up @@ -80,13 +80,6 @@ ts_devserver(
entry_module = "project/src/main.dev", entry_module = "project/src/main.dev",
serving_path = "/bundle.min.js", serving_path = "/bundle.min.js",
scripts = [ scripts = [
"@npm//node_modules/@angular/common:bundles/common.umd.js",
"@npm//node_modules/@angular/common:bundles/common-http.umd.js",
"@npm//node_modules/@angular/core:bundles/core.umd.js",
"@npm//node_modules/@angular/platform-browser:bundles/platform-browser.umd.js",
"@npm//node_modules/@angular/router:bundles/router.umd.js",
"@npm//node_modules/@angular/router:router.ngfactory.js",
"@npm//node_modules/tslib:tslib.js",
":rxjs_umd_modules", ":rxjs_umd_modules",
], ],
static_files = [ static_files = [
Expand Down Expand Up @@ -126,21 +119,6 @@ ts_library(


ts_web_test_suite( ts_web_test_suite(
name = "test", name = "test",
srcs = [
"@npm//node_modules/@angular/common:bundles/common.umd.js",
"@npm//node_modules/@angular/common:bundles/common-testing.umd.js",
"@npm//node_modules/@angular/compiler:bundles/compiler.umd.js",
"@npm//node_modules/@angular/compiler:bundles/compiler-testing.umd.js",
"@npm//node_modules/@angular/core:bundles/core.umd.js",
"@npm//node_modules/@angular/core:bundles/core-testing.umd.js",
"@npm//node_modules/@angular/platform-browser:bundles/platform-browser.umd.js",
"@npm//node_modules/@angular/platform-browser:bundles/platform-browser-testing.umd.js",
"@npm//node_modules/@angular/platform-browser-dynamic:bundles/platform-browser-dynamic.umd.js",
"@npm//node_modules/@angular/platform-browser-dynamic:bundles/platform-browser-dynamic-testing.umd.js",
"@npm//node_modules/@angular/router:bundles/router.umd.js",
"@npm//node_modules/@angular/router:bundles/router-testing.umd.js",
"@npm//node_modules/tslib:tslib.js",
],
runtime_deps = [ runtime_deps = [
":initialize_testbed", ":initialize_testbed",
], ],
Expand Down

0 comments on commit c0ec842

Please sign in to comment.