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

esify now accepts multiple files/globs #89

Merged
merged 1 commit into from
May 20, 2016

Conversation

GoodForOneFare
Copy link
Member

Gets esify to accept multiple input args, e.g.,
esify app/assets/javascripts/sello/**/*.coffee test/sello-javascripts/**/*.coffee

I found this very useful while troubleshooting our soak transform problems, but I'm okay with not merging this if it's not generally useful.

/cc @lemonmade @bouk

@@ -31,13 +31,17 @@ if (errorKeys.length > 0) {
}

function getFiles(filePattern) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably want this to be plural now.

@lemonmade
Copy link
Member

Minor comments, no reason not to add it if it's something that you've been using 👍

@GoodForOneFare GoodForOneFare merged commit 7e9fac1 into master May 20, 2016
@andyfangaf andyfangaf deleted the multiple_esify_inputs branch May 20, 2016 17:07
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.

2 participants