Open sean-stanley opened 9 years ago
The error still occurs in version 0.0.1 so the problem is not your code directly but probably a comiling order issue new in meteor 1.2
It would be good to get this resolved but I understand if you don't have time and it'll take a while.
Hi,
after updating to your latest version and updating to meteor 1.2, my app stopped being able to launch because of an error from your package.
Here is the error stack
Basically, I didn't define a cloudinary environment variable as I generally only use environment variables on deployed sites. I also don't use a settings.json file instead manually configuring Meteor.settings inside server/lib/settings.coffee so I can have different settings depending on whether I am running live or locally. I defined cloudinary API settings properly in my settings.coffee file and I had everything working fine until the latest update. I looked at the latest commit and wasn't sure why I was suddenly getting this error based on your changes.
I will keep this updated as I try to get the app working again. Thanks for package, I quite like it -- though a materialize css version would be appreciated at some point if you have time.