Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 465 Bytes

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.