Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Vulcanize fails with file not found error #16

Open
mbykovskyy opened this issue Dec 5, 2014 · 3 comments
Open

Vulcanize fails with file not found error #16

mbykovskyy opened this issue Dec 5, 2014 · 3 comments

Comments

@mbykovskyy
Copy link

Vulcanization fails because web-animations-js/web-animations-next-lite.min.js file not found. In web-animations.html this web-animations-next/web-animations.html was changed to web-animations-js/web-animations-next-lite.min.js but bower.json installs it into web-animations-next.

@morethanreal
Copy link
Contributor

Not sure how bower handles it when a dependency changed... @ebidel @robdodson any ideas?

@addyosmani
Copy link
Contributor

@morethanreal At present your bower.json file points at web-animations-next, which is the directory name that will be used when the dependency is fetched.

{
  "name": "core-animation",
  "private": true,
  "dependencies": {
    "polymer": "Polymer/polymer#master",
    "web-animations-next": "web-animations/web-animations-js#1.0.1"
  }
}

In web-animations.html, afaik you'll need to update your path to web-animations-next/web-animations-next-lite.min.js in order for this to work.

@morethanreal
Copy link
Contributor

fixed in 00993b4. Need to add a test before closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants