middleman-scrub
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
Project
Scrub the invalid letters which source file contains.
activate :scrub
activate :scrub,
scrub_regexp: /[あ-お]/, # To add target letters
target_filename: /\.html$/, # To specify target files
verbose: true # Debug