meteoric / meteor-ionic

Ionic components for Meteor. No Angular!
http://meteoric.github.io
MIT License
1.51k stars 219 forks source link

No such template: ionNavBar #16

Closed maabed closed 9 years ago

maabed commented 9 years ago

Thanks for a great package,

After deploy to modulus.io i got this error Uncaught Error: No such template: ionNavBar Working very well on localhost ,

maabed commented 9 years ago

@nickw Works fine when deploy using with debug option in both modules.io or meteor.com servers meteor deploy xxx.meteor.com --debug Any advice?

nickw commented 9 years ago

Hmm that's strange, no idea what that would be. What does the --debug option do exactly? What version of the package is getting installed on Modulus?

maabed commented 9 years ago

Yes its really strange, the debug flag don't minify the app files and the package version is 0.1.7

nickw commented 9 years ago

@maabed any luck with this? I deployed my first meteor-ionic app to Modulus last night and didn't experience this.

umairsiddique commented 9 years ago

I'm also experiencing it on my local development project.

nickw commented 9 years ago

Hmm, what version is specified in your .meteor/versions file?

umairsiddique commented 9 years ago

Wow. For some reason it was stuck at 0.1.0. I added the package hardly an hour ago. I upgraded it to 0.1.11 by running "meteor update meteoric:ionic" and it's working fine. Thanks a lot.