meteor-bower icon indicating copy to clipboard operation
meteor-bower copied to clipboard

Excluding files from dependency

Open ebroder opened this issue 8 years ago • 0 comments

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',
    ]
  }

ebroder avatar Jan 13 '16 21:01 ebroder