Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Excluding files from dependency #108

Open
ebroder opened this issue Jan 13, 2016 · 0 comments
Open

Excluding files from dependency #108

ebroder opened this issue Jan 13, 2016 · 0 comments

Comments

@ebroder
Copy link

ebroder commented Jan 13, 2016

I have a dependency which includes a handful of optional CSS files, all of which are included in the "main" section of its bower.json. Several of them are fairly large, and I'd like to be able to exclude them from the resulting Meteor artifact.

Happy to try and sketch out a patch here, but would appreciate suggestions on what the interface should look like. My strawman would be something like

  exclude: {
    'dependencyName': [
      'build/js/file1.js',
    ]
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants