commit | 481909e64459b6e25ef3cc2ee9accb92d0170ee7 | [log] [tgz] |
---|---|---|
author | Weiwei Lin <weiweilin@google.com> | Fri Jun 18 04:01:56 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 18 04:01:56 2021 |
tree | 8ed7db916bd5f9423feed4ee479001cab59bcda9 | |
parent | ac112ef11ee94d8b4bc340ab3190a65082e7eb7d [diff] |
[resultui] rename redirect-sw.js to root-sw.js And build it with tsc/webpack. Rationales: 1. We will add more features to the root-level service worker. Therefore having a generic name is more appropriate. 2. Because more features will be added, it's better to have type checks enabled. R=gavinmak@google.com, mwarton, nodir Change-Id: Ib73912969acb1e39b7d046a48647af45f8197cc5 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2971985 Commit-Queue: Weiwei Lin <weiweilin@google.com> Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by: Matthew Warton <mwarton@google.com>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
Contributing uses the same flow as Chromium contributions.