Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Simplifies the config.yaml and node configuration #36

Merged
merged 4 commits into from
Dec 31, 2014
Merged

Commits on Dec 31, 2014

  1. makes the nodes config be derived by merging what's in the config.yam…

    …l, and what is specified in the application.js. the config.yaml node is a map[string]map[string]bool rather then being strictly typed with Type and URI. it's possible to run without a config.yaml entirely. fixes #12
    nstott committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    df0ca73 View commit details
    Browse the repository at this point in the history
  2. allow transformers to be configured as nodes in config.yaml, allow no…

    …des to be configured with just a string instead of a json hash.
    nstott committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    e8a0890 View commit details
    Browse the repository at this point in the history
  3. remove commented import

    nstott committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    8bc59d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c0707c View commit details
    Browse the repository at this point in the history