Skip to content

Commit 4697132

Browse files
authored
Merge pull request #1 from stackb/readme-notice
Add fork notice
2 parents 6d39bb1 + 40038e0 commit 4697132

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# NOTICE
2+
3+
This is a fork of https://github.com/google/closure-templates/. The changes
4+
from the upstream include:
5+
6+
- Upgraded to use "bzlmod"
7+
- Newer version of bazel
8+
- Stricter .bazelrc flags
9+
- Java language version 17 instead of 11.
10+
- `javascript/`:
11+
- `BUILD.bazel` file added
12+
- filegroup `//javascript:soyutils` represents files needed for soy template
13+
compilation in rules_closure `closure_js_template_library`.
14+
- idom references in `//javascript:soyutils` have been removed (idom not open-source).
15+
116
# Closure Templates
217
Closure Templates are a client- and server-side templating system that helps you
318
dynamically build reusable HTML and UI elements. They have a simple syntax

0 commit comments

Comments
 (0)