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

Using a specific js file from a dependency

Open sauliuni opened this issue 9 years ago • 1 comments

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?

sauliuni avatar Nov 12 '15 16:11 sauliuni

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

lorensr avatar Nov 12 '15 18:11 lorensr