Closed johhansantana closed 8 years ago
Sorry, I don't know why it would stop working in production 😕 If you can't figure it out, options are copying the library files into your project (eg vendor/) or upgrading meteor version and using npm (more maintainable)
Hi @lorensr it was an issue with the google maps package. Seems like the bower version of that package is outdated. I was able to install the atmosphere package and everything seems to be working correctly now.
My app is working normally when I'm developing locally, I've tried
meteor reset
and everything still works well.When I upload it with mupx or even in heroku it gives me errors that
modules are not available
and such.This is my bower.json file:
Here's my lib/app.ng.js file
I can't seem to figure out what's going on :(