Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Improve configuration handling #1035

Merged
merged 3 commits into from
Mar 30, 2016
Merged

Improve configuration handling #1035

merged 3 commits into from
Mar 30, 2016

Commits on Mar 14, 2016

  1. Add configurationPath option implementation

    This commit lets us simplify the codebase in a couple other ways:
    - helper `arrayify` and `objectify` functions make it easier to handle T
      | T[] types.
    - the CLI code can now use configurationPath to simplify its job
    Jason Killian committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    2eb7988 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Remove actual configurationPath option, however 3rd-part tools can us…

    …e findConfiguration to easily handle loading configs, as the CLI now does
    Jason Killian committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    feef951 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Configuration menu
    Copy the full SHA
    f4b3064 View commit details
    Browse the repository at this point in the history