ohroy / hexo-neat

auto Minify html、js、css and make it neat
74 stars 11 forks source link

The way to exclude the some dir in hexo. #2

Closed NewbMiao closed 7 years ago

NewbMiao commented 7 years ago
neat_enable: true
neat_html:
  enable: true
  exclude:
    - "**/dir/**"
    - "**/+(dir1|dir2)/**"

When i wanna exclude some dir in hexo, i find it worked out with the doc of minimatch. Maybe help someone when use neat plugin.

Thks rozbo!