You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The grunt bower-concat tool complains that there's a circular dependency between these modules. (Note I'm not using bower-concat for anything polymer related but it looks to be checking the entire modules list I have).
The text was updated successfully, but these errors were encountered:
Bower handles circular dependencies fine and fixed this a while back. I'm not familiar with bower-concat, but it seems like a problem with that tool. Can you file this over there?
bower.json for core-icon says :
"dependencies": {
"core-iconset": "Polymer/core-iconset#^0.5.0",
"core-icons": "Polymer/core-icons#^0.5.0"
},
bower.son for core-iconset says :
"dependencies": {
"polymer": "Polymer/polymer#^0.5.0",
"core-meta": "Polymer/core-meta#^0.5.0",
"core-icon": "Polymer/core-icon#^0.5.0"
},
The grunt bower-concat tool complains that there's a circular dependency between these modules. (Note I'm not using bower-concat for anything polymer related but it looks to be checking the entire modules list I have).
The text was updated successfully, but these errors were encountered: