-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Support array in skipInterpolation #282
Conversation
Closes vuejs#281 Use multimatch instead of match for this purpose. The minimatch dependency has not been removed because it's still used in lib/filter.js. Filters should directly use multimatch. Once this happens, the dependency to minimatch can be removed.
e1efd47
to
d128580
Compare
@kazupon @yyx990803 I'm having some troubles with the tests locally. Something about a bin file. It's weird the pass on circleci... |
return function (files, metalsmith, done) { | ||
var keys = Object.keys(files) | ||
var metalsmithMetadata = metalsmith.metadata() | ||
skipInterpolation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What mean here? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad 😛 Thanks!
No description provided.