1.0.3 • Published 7 years ago

emptycheck v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

##Post Build Process Module to check for empty elements and populate them with a non-breaking space.

Specify your directory structure in the glob

glob("**/*.html"

To run

node index

You can customize what you want to enter in the element by editing the value passed into the html function here

$(node).html(' ');

The value is currently a non-breaking space. fs.write converts decimal unicode to hex because of encoding not being specified