Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Changed require configuration to path relative to current working dir… #427

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 12, 2016

  1. Changed require configuration to path relative to current working dir…

    …ectory
    
    For example working directory is `/home/foo/project_with_gemini/gemini/`.
    We use js or json default path configuration or use `-c` option.
    Run `./gemini` or `./gemini -c .very_special_configuration.json`.
    And we get configuration relative to current working directory:
    /home/foo/project_with_gemini/gemini/.gemini.conf.json
    /home/foo/project_with_gemini/gemini/.gemini.conf.js
    /home/foo/project_with_gemini/gemini/.very_special_configuration.json
    not in directory anywhere in the node_modules.
    Fixed gemini-testing#418.
    Alexandr Ishchenko committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    a4fd607 View commit details
    Browse the repository at this point in the history