Skip to content

Commit 53f94b8

Browse files
authored
Fix anchor compiler-option global-goog-object&array (#397)
* Fix: ampersand breaks anchor * Duplicate java requirement from contributing_site
1 parent d77af77 commit 53f94b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Retrieve and install the current theme assets (these don't change very often so
3636

3737
Generate the pages:
3838

39+
> Note that `jbake` 2.5.0 requires Java 8. (It will not run properly under Java 9.)
40+
3941
. `jbake` - this will create the static site in the output directory
4042
. Run `jbake -s` to serve these pages at http://localhost:8820/index
4143

content/reference/compiler-options.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ multimethod. For more info see <<xref/../javascript-library-preprocessing#,JavaS
137137
exported values. The keys may be symbols or strings. If present the foreign library can be used idiomatically
138138
when required, i.e. support for `:refer`, `:rename`, `:as`, etc.
139139

140-
[[:global-goog-object&array]]
140+
[[global-goog-object-ampersand-array]]
141141
=== :global-goog-object&array
142142

143143
Defaults to `false`. If `true` load `goog.object` and `goog.array` as global

0 commit comments

Comments
 (0)