emptycheck
v1.0.3
Published
Check if an html element is empty
Downloads
9
Readme
##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