Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding bower package to a secondary file without having it removed from main? #66

Open
christianmagill opened this issue Jul 19, 2016 · 1 comment

Comments

@christianmagill
Copy link

christianmagill commented Jul 19, 2016

How can I add a bower package to a secondary file without having it removed from the main file?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/36156436-adding-bower-package-to-a-secondary-file-without-having-it-removed-from-main?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).
@eballeste
Copy link

on the secondary file include the bower js in a vendor object

...
"secondary.js": {
    "vendor": [
        "../bower_components/package/package.js"
    ]
},
...

this works for js files but does not want to work for css files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants