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
{{ message }}
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.
grunt-bower-concat fails if it detects a circular dependency between two modules. Bower has supported circular dependencies for a few releases and some of the Polymer core components have circular dependencies.
Even though I'm not using grunt-bower-concat with those Polymer core components the error : Circular reference detected is thrown from resolveDependencyGraph.
As a workaround is there a way to exclude certain modules from the dependency checks? I only include: a small number of modules - and not the polymer ones.
The text was updated successfully, but these errors were encountered:
grunt-bower-concat fails if it detects a circular dependency between two modules. Bower has supported circular dependencies for a few releases and some of the Polymer core components have circular dependencies.
Even though I'm not using grunt-bower-concat with those Polymer core components the error : Circular reference detected is thrown from resolveDependencyGraph.
As a workaround is there a way to exclude certain modules from the dependency checks? I only include: a small number of modules - and not the polymer ones.
The text was updated successfully, but these errors were encountered: