minivan / middleman-spellcheck

Run a spell checking job through aspell every time you build with middleman.
MIT License
13 stars 10 forks source link

Adds option to ignore specific directories when spellchecking #26

Open jhixson opened 8 years ago

jhixson commented 8 years ago

The page option worked for me in most cases, but I found myself needing to be more specific about folders I wanted to ignore like vendor/bower_components/etc. This lets you specify an array of folder names to skip, relative to the source directory.