mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Fix Closure transpile.js build error
See also: - google/closure-compiler#2051 - bazelbuild/rules_closure@9e92334 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135138725
This commit is contained in:
parent
e0f2620333
commit
ad66f805cf
5 changed files with 10 additions and 12 deletions
|
@ -2,5 +2,5 @@ package(default_visibility = ["//visibility:public"])
|
|||
|
||||
filegroup(
|
||||
name = "soy_usegoog_js_files",
|
||||
srcs = ["@soyutils_usegoog//file"],
|
||||
srcs = ["@io_bazel_rules_closure//closure/templates:soy_jssrc"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue