Daniel Zwolenski
Daniel Zwolenski
I'm trying to use cra-build-watch with react-app-rewired because I need to disable the chunking of files and just have static files (among other config changes). This doesn't seem to work...
The default oauthcallback.html does not seem to work on Microsoft Edge. This code: ``` var event = new CustomEvent("oauthCallback", {"detail": window.location.href}); window.opener.document.dispatchEvent(event); window.close(); ``` Fails on the `dispatchEvent` line with...
Hey Tom, The version of GCT that you have in your repo is a little old. There's a newer one available here: http://code.google.com/p/closure-templates/downloads/list It would be great if you could...
Hey Tom, Pretty new to GitHub so not sure if this is the best place to put this information. Let me know if I should be posting this elsewhere. I've...