msavin / Mongol-meteor-explore-minimongo-devtools

In-App MongoDB Editor for Meteor (Meteor DevTools)
http://play.with.meteor.toys
824 stars 40 forks source link

Session set not opening up Meteor Toys #122

Closed josephdburdick closed 8 years ago

josephdburdick commented 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
msavin commented 8 years ago

This'll get ya going :) I'll work on updating docs soon.

Package["meteortoys:toykit"].ToyKit.set("display",true);