mantrajs / mantra-cli

Command line interface for building Meteor apps with Mantra
MIT License
135 stars 34 forks source link

Make sure that reactive-dict is added on create #108

Closed StorytellerCZ closed 7 years ago

StorytellerCZ commented 7 years ago

reactive-dict is a package needed by Mantra for LocalState, but wasn't added by default like Flow Router. This should fix that.

sungwoncho commented 7 years ago

Thanks for this. I wonder how the CLI has worked so far. Was there a recent breaking change that made ReactiveDict a standalone package?

StorytellerCZ commented 7 years ago

Not sure, though reactive-var might have been used in the past or something similar or that it was included in Meteor by default. More likely is that people just installed it as it was reported missing when starting Meteor and nobody bothered to announce it since it was only a 5 second inconvenience.

sungwoncho commented 7 years ago

Thanks. released in 0.4.5. note