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

Minified import #29

Closed
nevir opened this issue Mar 20, 2015 · 4 comments
Closed

Minified import #29

nevir opened this issue Mar 20, 2015 · 4 comments

Comments

@nevir
Copy link
Contributor

nevir commented Mar 20, 2015

Currently, we're using core-animation/web-animations.html as our shared import for WA in Polymer. I think it's more desirable for us to just depend on web-animations-js directly

I'm not clear on how the imports should be structured, though:

  • web-animations.min.html/web-animations-next.min.html/web-animations-next-lite.min.html?
  • Convert the existing imports over to .dev.html? (this would match existing patterns better)

Also, I worry about some components wanting to import lite, and others wanting the full library

cc @morethanreal

@dstoc
Copy link
Contributor

dstoc commented Apr 10, 2015

I think adding *.min.html files which just load the matching scripts would be fine.

I'm not yet sure how we can support pages trying to load multiple versions of the polyfill.

@shans
Copy link
Contributor

shans commented Apr 30, 2015

Will multiple loaded versions be an issue? If so we should figure out some way to suppress duplicate includes.

@bedeoverend
Copy link
Contributor

Any chance this'll be added soon? *.min.html would be perfect

@suzyh
Copy link
Contributor

suzyh commented Nov 25, 2016

I believe this has now been fixed.

@suzyh suzyh closed this as completed Nov 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants