From 481fa2160d71d905e08b61f8ec1f9603c287e230 Mon Sep 17 00:00:00 2001 From: Florian Ludewig Date: Sat, 25 Apr 2020 14:35:54 +0200 Subject: [PATCH] fix(exmaple): add docstring to ngsw_config rule --- examples/angular/tools/ngsw_config.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/angular/tools/ngsw_config.bzl b/examples/angular/tools/ngsw_config.bzl index b99d56397b..d63569b0de 100644 --- a/examples/angular/tools/ngsw_config.bzl +++ b/examples/angular/tools/ngsw_config.bzl @@ -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