Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Closure Compiler to v20160822 #450

Merged
merged 3 commits into from Aug 28, 2016
Merged

Conversation

gagern
Copy link
Member

@gagern gagern commented Aug 25, 2016

This addresses the issue identified in #444 (comment) and therefore works with active --rewrite_polyfills flag, at least in case of the julia set example. I haven't performed any other tests, though, so I think this should be tested some more before merging. At least to make sure that the examples that Stefan checked for #444 still work even with polyfills in place.

As closure compiler has recently started to enable polyfilling by default,
we now may have references to synthetic polyfill sources as part of our
source maps.  We can't open these for inlining into the source map, so we
have to recognize them and avoid relativizing their path.
@kranich
Copy link
Member

kranich commented Aug 28, 2016

@gagern All examples I checked for #444 work with f2a1bc6.

@kranich
Copy link
Member

kranich commented Aug 28, 2016

This supersedes #444.

@kranich
Copy link
Member

kranich commented Aug 28, 2016

@gagern Thanks for fixing this.

@kranich kranich merged commit 3a13fdc into CindyJS:master Aug 28, 2016
@gagern gagern deleted the closure-compiler branch August 29, 2016 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants