mquandalle / meteor-bower

[DEPRECATED] Use bower packages in your Meteor app
http://bower.io/search/
MIT License
157 stars 28 forks source link

Using a specific js file from a dependency #103

Open sauliuni opened 8 years ago

sauliuni commented 8 years ago

A package that i want to use in my app ( CodeMirror) has a lot of js, that can be attached if the functionality is needed. Now somehow i dont see the possibility to say for meteor-bower or bower itself, that it should add a needed js for a specific purpose. How should i proceed? Is there such a feature already implemented?

lorensr commented 8 years ago

Yep, you can override the package's main – see https://github.com/mquandalle/meteor-bower/pull/54