Closed josephdburdick closed 8 years ago
Hi Max,
Session.set("MeteorToys_display", true) doesn't do anything in any template lifecycle callback. I'm not using anything other than Meteor Chef's base as a boilerplate for my Meteor app.
Here's my Meteor .package:
accounts-password accounts-base jquery check audit-argument-checks themeteorchef:jquery-validation twbs:bootstrap browser-policy meteorhacks:npm themeteorchef:bert meteorhacks:ssr standard-minifiers npm-container ecmascript digilord:faker kadira:flow-router kadira:blaze-layout meteorhacks:fast-render meteor-base session templating fourseven:scss stevezhu:lodash reactive-var reactive-dict aldeed:collection2 tracker dburles:google-maps mdg:geolocation promise arillo:flow-router-helpers msavin:mongol
This'll get ya going :) I'll work on updating docs soon.
Package["meteortoys:toykit"].ToyKit.set("display",true);
Hi Max,
Session.set("MeteorToys_display", true) doesn't do anything in any template lifecycle callback. I'm not using anything other than Meteor Chef's base as a boilerplate for my Meteor app.
Here's my Meteor .package: