You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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
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.
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?
The text was updated successfully, but these errors were encountered: