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