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

Missing web-animations-next-lite.min.js #1014

Closed
SergRZ opened this issue Dec 10, 2014 · 3 comments
Closed

Missing web-animations-next-lite.min.js #1014

SergRZ opened this issue Dec 10, 2014 · 3 comments

Comments

@SergRZ
Copy link

SergRZ commented Dec 10, 2014

I am not able to use links in properties window when running polymer designer (https://www.polymer-project.org/tools/designer/). Looking at Chrome console output I found that possible reason for that is missing "web-animations-next-lite.min.js" followed by multiple "Animation is not defined" errors.

image

Is there any way to overcome this problem?

@SergRZ
Copy link
Author

SergRZ commented Dec 12, 2014

Hello,

the missing "web-animations-next-lite.min.js" error has gone and links in properties window are working now. Was it some correction from developers?
Chrome console shows new error "base64.js" is not found but nothing is affected by this error as it seems for the time being.
image

@arthurevans
Copy link

Yes, the name of the web animations polyfill we were depending on changed. I think the code is corrected in 0.5.2, which is now on the website.

As for the new report, it looks like the github library that designer uses removed a file, but something's still referring to it.

I filed a bug for this over here: googlearchive/github-elements#2

I'm going to close this issue since the original problem is resolved.

Thanks for the report!

@zboralski
Copy link

Did a bower update last night and I have this problem in Safari... using gulp serve:dist or serving dist:

404 elements/web-animations-next-lite.min.js.map

cat bower.json 
{
  "name": "polymer-starter-kit",
  "private": true,
  "dependencies": {
    "google-apis": "GoogleWebComponents/google-apis#~1.1.3",
    "iron-a11y-keys": "PolymerElements/iron-a11y-keys#~1.0.4",
    "iron-elements": "PolymerElements/iron-elements#^1.0.0",
    "iron-form": "PolymerElements/iron-form#~1.0.13",
    "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#~1.0.6",
    "iron-input": "PolymerElements/iron-input#~1.0.7",
    "jsrsasign": "jsrsasign#~5.0.5",
    "neon-elements": "PolymerElements/neon-elements#^1.0.0",
    "paper-elements": "PolymerElements/paper-elements#^1.0.1",
    "paper-icon-button": "PolymerElements/paper-icon-button#~1.0.5",
    "paper-input": "PolymerElements/paper-input#~1.1.1",
    "platinum-elements": "PolymerElements/platinum-elements#^1.1.0",
    "polymer": "Polymer/polymer#^1.2.0",
    "d3": "~3.5.12",
    "iron-page-url": "PolymerElements/iron-page-url#~0.7.0",
    "iron-localstorage": "PolymerElements/iron-localstorage#~1.0.5",
    "iron-media-query": "PolymerElements/iron-media-query#~1.0.8",
    "paper-tooltip": "PolymerElements/paper-tooltip#~1.1.1"
  },
  "devDependencies": {
    "web-component-tester": "*"
  },
  "ignore": []
}

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

No branches or pull requests

3 participants