Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NOTICE
# Notice

This is a fork of https://github.com/google/closure-templates/. The changes
from the upstream include:
Expand All @@ -12,6 +12,16 @@ from the upstream include:
- filegroup `//javascript:soyutils` represents files needed for soy template
compilation in rules_closure `closure_js_template_library`.
- idom references in `//javascript:soyutils` have been removed (idom not open-source).
- added directories `.bcr/` and `.github/`
- default branch is `main` rather than `master`

This is not a "hard fork", but rather a fork of convenience as google internal
folks may be slow to upgrade the primary for bzlmod and other changes. If that
occurs, this fork will transition to a dormant mode.

> To keep this fork up-to-date, sync the `stackb/closure-templates:master` to
> `google/closure-templates:master`, then open a PR from
> `stackb/closure-templates:master` -> `stackb/closure-templates:main`.

# Closure Templates
Closure Templates are a client- and server-side templating system that helps you
Expand Down
Loading