Meteor: load code and templates from a Collection -
i'm wondering how hard hack following:
all of js files, html files, css, etc -- i.e. codebase of meteor app -- stored in collection, called codebase.
thus instead of using ordinary text editor edit files on filesystem, edit documents in collection . otherwise works does. example, when update document in codebase collection, server restarts (live reloads).
questions:
is there easy way that?
if not, architectural things in way?
if not, can of above scenario, example load templates
collection?
Comments
Post a Comment