issues
search
curbengh
/
hexo-yam
Yet Another Minifier. Minify static web assets and compress using brotli and zstd.
MIT License
26
stars
2
forks
source link
feat: switch nanomatch to micromatch
#14
Closed
curbengh
closed
5 years ago
curbengh
commented
5 years ago
micromatch supports more patterns
https://github.com/micromatch/picomatch#library-comparisons
hexo recently switched to it
https://github.com/hexojs/hexo/pull/3538
refactor repeating micromatch.isMatch() to isMatch() global function
introduce globOptions
inspired by
https://github.com/okonet/lint-staged/pull/179