middleman-scrub

Build Status

Scrub the invalid letters which source file contains.

Usage

activate :scrub

Config

activate :scrub,
  scrub_regexp: /[あ-お]/, # To add target letters
  target_filename: /\.html$/, # To specify target files
  verbose: true # Debug

License

MIT.