Skip to content

Commit

Permalink
fix(exmaple): add docstring to ngsw_config rule
Browse files Browse the repository at this point in the history
  • Loading branch information
flolu authored and alexeagle committed Oct 17, 2020
1 parent bb66235 commit 481fa21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/angular/tools/ngsw_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary")

def ngsw_config(name, config, index_html, src, out = None, **kwargs):
"Creates ngsw.json with service worker configuration and hashes for all source files"
if not out:
out = name

Expand Down

0 comments on commit 481fa21

Please sign in to comment.