Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant