Added basic timing, made features a part of character schema

This commit is contained in:
Thaum
2014-11-13 12:45:57 +00:00
parent 7ab97a17cc
commit 0ead14d159
10 changed files with 84 additions and 90 deletions

View File

@@ -1,20 +0,0 @@
[[[[[ ~/workspace/rpg-docs ]]]]]
=> Started proxy.
=> Started MongoDB.
I20141109-18:31:54.578(0)? ** You've set up some data subscriptions with Meteor.publish(), but
I20141109-18:31:54.660(0)? ** you still have autopublish turned on. Because autopublish is still
I20141109-18:31:54.660(0)? ** on, your Meteor.publish() calls won't have much effect. All data
I20141109-18:31:54.660(0)? ** will still be sent to all clients.
I20141109-18:31:54.660(0)? **
I20141109-18:31:54.661(0)? ** Turn off autopublish by removing the autopublish package:
I20141109-18:31:54.661(0)? **
I20141109-18:31:54.661(0)? ** $ meteor remove autopublish
I20141109-18:31:54.661(0)? **
I20141109-18:31:54.661(0)? ** .. and make sure you have Meteor.publish() and Meteor.subscribe() calls
I20141109-18:31:54.661(0)? ** for each collection that you want clients to see.
I20141109-18:31:54.662(0)? 
=> Started your app.
=> App running at: http://localhost:3000/
=> Client modified -- refreshing