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

Add include_files and exclude_files options #40

Merged
merged 1 commit into from
May 12, 2016

Conversation

waisbrot
Copy link

Based on @benoitc 's suggestion in #26. If erlcloud/erlcloud#270 is merged to supply a mix.exs file then include_files would be nice to have.

include_files are included in addition to what's specified in files
(or the default set of files). exclude_files are expanded and removed from the
set of files to publish after include_files have been included.

`include_files` are included in addition to what's specified in `files`
(or the default set of files). `exclude_files` are expanded and removed from the
set of files to publish after `include_files` have been included.
@waisbrot
Copy link
Author

I saw you move @tsloughter :-) Do you have any comments on this one? I could add some eunit tests or try some alternative implementations if that would help.

@tsloughter
Copy link
Collaborator

Oh right, let me look at the code again to be sure and then i'll merge.

@tsloughter
Copy link
Collaborator

Looks good. Sadly I can't expect tests for anything since I never added tests for anything else yet :). I'll need to do that some day so that testing isn't just expected by the end user, hehe.

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

Successfully merging this pull request may close these issues.

None yet

2 participants