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

Local preferences file #116

Closed
wants to merge 4 commits into from
Closed

Conversation

naholyr
Copy link

@naholyr naholyr commented Dec 28, 2011

This PR references Issue #115.

Add support for a .ender.json file, that will store default values for CLI options.

Example content:

{
  "output": "./public/js"
, "noop": true
}

Then ender build backbone will be the same as ender build --output ./public/js --noop backbone.

Note: "output" and "use" are idempotent. If you specify "output", but not "use" (or "use" but not "output") then both options will be defined with the specified value.

@naholyr
Copy link
Author

naholyr commented Jan 6, 2012

Any chance this request would be discussed ? :-)

@rvagg
Copy link
Member

rvagg commented Jan 14, 2012

For what it's worth I think this is great!

@rvagg
Copy link
Member

rvagg commented May 9, 2012

Closing this because we're focusing dev on the 1.0-wip branch. I'm rolling requests for a config file into #131 and, feel free to discuss there.

@rvagg rvagg closed this May 9, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants