This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bower.json needs polymer b/c core-action-icons doesnt depend on it
- Loading branch information
41e59bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line seems to be causing the bower install to hang. My guess is that this is due a circular dependency on polymer. Have a simple bower.json with following content:
{
"name": "test-elements",
"version": "0.0.0",
"dependencies": {
"polymer": "Polymer/polymer#0.3.1"
}
}
Running "bower install" first time works fine, but re-running it seems to hang. Once I remove this line from the ".bower.json" in the downloaded package, "bower install" works fine thereafter.
41e59bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey akhilesh,
There's a bower bug for this issue over her: bower/bower#1169
They claim that it's been fixed on master. Hopefully a new release is coming soon :)
41e59bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Yeah I was hoping that bower should fix it soon. Seems like they posted a new version couple hours ago and it seems to work now.
BTW, do we still need this dependency on polymer here, since core-action-icons has been EOL'd?
41e59bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh just looked at the core-component-page code. It also depends on polymer. Makes sense then. Thanks Rob for pointing to the bower bug!!
41e59bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bower 1.3.4 was just pushed and fixes this issue.