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

Backbone plugin missing when installing with bower #231

Closed
nessup opened this issue Jul 19, 2014 · 3 comments
Closed

Backbone plugin missing when installing with bower #231

nessup opened this issue Jul 19, 2014 · 3 comments

Comments

@nessup
Copy link

nessup commented Jul 19, 2014

Hi! I did a simple install of Raven via:

bower install raven-js -S

Yielding:

bower raven-js#* not-cached git://github.com/getsentry/raven-js.git#*
bower raven-js#* resolve git://github.com/getsentry/raven-js.git#*
bower raven-js#* download https://github.com/getsentry/raven-js/archive/1.1.15.tar.gz
bower raven-js#* extract archive.tar.gz
bower raven-js#* resolved git://github.com/getsentry/raven-js.git#1.1.15
bower raven-js#~1.1.15 install raven-js#1.1.15

Yet, for some odd reason, I don't see the backbone.js file included in the plugins directory. Everything else in the repo seems to be there.

When I downloaded and extracted the archive at https://github.com/getsentry/raven-js/archive/1.1.15.tar.gz, I noticed the backbone.js file was also not there.

As a temp fix, I pasted the backbone.js file into it's appropriate location within bower_components. Obviously, this is not ideal.

Any idea what could be causing this?

P.S.: When it comes to including the backbone plugin, is it problematic to also include the jquery and native plugins? Is there any harm overlap in doing so if the coverage overlaps?

@mattrobenolt
Copy link
Contributor

Yeah, I explicitly do not package up plugins with bower. I don't use bower, so I don't know how to do it.

If you have a solution, I'd be open to it. The main thing is that I don't want to include every plugin when you install raven with bower. You should choose which you want, and I don't know how to accomplish this with bower outside of individual repositories for each plugin. So that may be what needs to be done.

@mattrobenolt
Copy link
Contributor

And to answer the other question, there shouldn't be any issue or conflict when using multiple plugins together.

@mattrobenolt
Copy link
Contributor

Closing in favor of #282

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