meteor-space / base

Foundation for Modular Application Architecture in Meteor.
MIT License
75 stars 5 forks source link

Feature/Space.configuration API for passing server-set value to the client in Meteor.settings #58

Open rhyslbw opened 8 years ago

rhyslbw commented 8 years ago

In this PR https://github.com/meteor-space/base/pull/23 I introduced a pattern for passing down configuration set on the server to the client via Meteor.setting.public. The scope of this feature is to make an API to allow additional configuration options to be managed from external packages even.