Re: Closure minimize parse error

2018-03-12 Thread Cezary Biernacki
As far as I can tell, it is not directly supported, but you can override existing minimizer and just disable minimisation for particular files, like that: In your *Module class add necessary contribution @Contribute(ResourceMinimizer.class) @Primary public static void

Closure minimize parse error

2018-03-12 Thread Nathan Quirynen
Hi, on our testing server we get the following error: ... JSC_PARSE_ERROR. Parse error. getters are not supported in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option. at

HTML TOC does not work on page refresh

2018-03-12 Thread George Christman
I'm setting up a simple HTML TOC which scrolls to the correct content id while clicking a url like this Example TOC. The TOC appends to the url like so https://www.example.com/#example_toc Now if I refresh the browser with the TOC appended the url, it doesn't scroll to the content. What could

Re: HTML TOC does not work on page refresh

2018-03-12 Thread George Christman
It turns out this wasn't working due to an autofocus to a search box. On Mon, Mar 12, 2018 at 11:53 PM, George Christman wrote: > I'm setting up a simple HTML TOC which scrolls to the correct content id > while clicking a url like this Example TOC. > The TOC appends to