Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify options #16

Closed
geraintwhite opened this issue Jun 22, 2015 · 2 comments
Closed

Simplify options #16

geraintwhite opened this issue Jun 22, 2015 · 2 comments

Comments

@geraintwhite
Copy link
Member

Remove node specific options and rename them to make them easier to understand.

@olls
Copy link
Member

olls commented Jun 22, 2015

Suggested replacement options:

  • build_cmd: string, a shell command to be run in repository root at processing stage
  • copy_from: string, copy the contents of this directory to the output directory
  • copy_to: string, the directory files should be copied to after processing
  • output_cmd: string, a shell command to be run in output directory after processing
  • ignore: list, a list of files and directories in the output directory that should not be overwritten/deleted
  • url: string, a link to be displayed after processing on the github listener output
  • email: list, a list of email addresses to send error messages if the build fails

@geraintwhite
Copy link
Member Author

Wouldn't it make sense to keep some backward compatibility so we don't have to change all the configs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants