Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Fails silently in Meteor 1.2+ #97

Closed
cee-dub opened this issue Aug 26, 2015 · 4 comments
Closed

Fails silently in Meteor 1.2+ #97

cee-dub opened this issue Aug 26, 2015 · 4 comments

Comments

@cee-dub
Copy link

cee-dub commented Aug 26, 2015

Spent a few hours unable to understand where bower packages were supposed to end up automatically installed during the meteor build process, and it turned out to be due to our usage of meteor's 1.2 RC and the new compiler API.

Could we update the README with a warning, or is there any way we can help #94 along?

@mquandalle
Copy link
Owner

I would merge a PR adding a warning in the README.

@jordangarside
Copy link

👍

@lscordilis
Copy link

Yeah, none of my bower dependencies seem to be loaded to the browser since I updated to Meteor 1.2. I will need to rollback to the previous Meteor build because angular crashes when it can't find the dependencies I'm trying to load with the $injector, thus rendering the all the development builds of all my angular projects useless. +1

@aaronjudd
Copy link
Contributor

For me, this works:
In handler.js, remove the "bower.json" param in registrySourceHandler, and only having single handler for "json". I'm digging deeper to see if what the ramifications of that are, but at least it's a clue.

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

No branches or pull requests

5 participants