erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
611 stars 83 forks source link

core-animated-pages should be imported by app-router.html #109

Closed liebrand closed 9 years ago

liebrand commented 9 years ago

When using core-animated-pages, things break unless you import the core-animated-pages. I kind of expected app-router.html to be importing it, as it's really it's dependency, not the clients.

erikringsmuth commented 9 years ago

The router can't load it since there's no standard location for dependencies. There's no guarantee that people are using Bower as the dependency manager. Even Polymer's examples use a folder called components rather than bower_components.