Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bower.json main files are wrong #131

Open
dotnetCarpenter opened this issue Aug 4, 2016 · 0 comments
Open

bower.json main files are wrong #131

dotnetCarpenter opened this issue Aug 4, 2016 · 0 comments

Comments

@dotnetCarpenter
Copy link
Contributor

In bower.json only iron-selector.html is specified, but iron-selector.html requires iron-multi-selectable.html, which requires iron-selectable.html, etc.
For this to work with any build tool all required files most be specified.

If you do bower list --path you will get:

'iron-selector': 'bower_components/iron-selector/iron-selector.html'

Expected output

'iron-selector': [
    'bower_components/iron-selector/iron-selector.html',
    'bower_components/iron-selector/iron-multi-selectable.html',
    'bower_components/iron-selector/iron-selectable.html',
    'bower_components/iron-selector/iron-selection.html'
  ]

Without specifying all required files, any build tool will not know which files to copy (or add to the pipeline).

dotnetCarpenter added a commit to dotnetCarpenter/iron-selector that referenced this issue Aug 4, 2016
dotnetCarpenter added a commit to dotnetCarpenter/iron-selector that referenced this issue Aug 4, 2016
notwaldorf added a commit that referenced this issue Aug 4, 2016
add all required files - fixing #131
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant