meteor-bower
meteor-bower copied to clipboard
Using a specific js file from a dependency
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?
Yep, you can override the package's main – see https://github.com/mquandalle/meteor-bower/pull/54