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

Entry files globbing #13

Merged
merged 3 commits into from
Mar 31, 2017
Merged

Entry files globbing #13

merged 3 commits into from
Mar 31, 2017

Conversation

patrikniebur
Copy link

Not sure if globbing is the correct term but I've added option to add a multiple files using pattern match so
.... entry: 'src/templates/*.hbs' ...
will process every file ending .hbs Nothing else has been changed and plugin is backwards compatible making it ideal candidate to merge.

Thanks for great plugin and your time to review this request

@sagold
Copy link
Owner

sagold commented Mar 31, 2017

Hi NiB18.

Thanks for the pr. It does work as expected. I have two small issues

  • This PR does introduce es6, which is fine by me. But i would like to separate this feature from a complete es6 refactoring
  • I work and test on develop, before releasing it to the master branch. I can do this from here.

Regards.
sagold

@sagold
Copy link
Owner

sagold commented Mar 31, 2017

I added a commit, refactoring es6 to es5 and will merge the pr.

@sagold sagold changed the base branch from master to develop March 31, 2017 08:57
@sagold sagold merged commit 533a558 into sagold:develop Mar 31, 2017
@patrikniebur
Copy link
Author

I didn't realise it, thanks!

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