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:

  1. is there easy way that?

  2. if not, architectural things in way?

  3. if not, can of above scenario, example load templates collection?


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -