Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Supporting several source of files #31

Closed
tbaranes opened this issue Oct 12, 2015 · 3 comments
Closed

Supporting several source of files #31

tbaranes opened this issue Oct 12, 2015 · 3 comments

Comments

@tbaranes
Copy link

In my case, I can't use the useful syntax src/*.{swift,m,h}, but I need to specify two different path of files. Is it Possible an option such as:

:files => "path1/*{h,m},path2/*{h,m}"
@devxoul
Copy link
Owner

devxoul commented Oct 12, 2015

You can pass an array to files.

:files => ["path1/*.{h,m}", "path2/*.{h.m}"]

@tbaranes
Copy link
Author

Great, didn't know that 👍

@devxoul
Copy link
Owner

devxoul commented Oct 12, 2015

Yeah, actually it does not documented :( I just added an instruction of it: #34

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

No branches or pull requests

2 participants