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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# NOTICE

This is a fork of https://github.com/google/closure-templates/. The changes
from the upstream include:

- Upgraded to use "bzlmod"
- Newer version of bazel
- Stricter .bazelrc flags
- Java language version 17 instead of 11.
- `javascript/`:
- `BUILD.bazel` file added
- 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).

# Closure Templates
Closure Templates are a client- and server-side templating system that helps you
dynamically build reusable HTML and UI elements. They have a simple syntax
Expand Down
Loading