rhtml
v1.1.0
Published
'Require' minified HTML as a string
Downloads
1
Maintainers
Readme
rhtml
"Require" minified HTML as a string
Installation
npm install rhtml
Usage
var rhtml = require('rhtml');
var minHTML = rhtml('./somepage.html');
console.log(minHTML);
Uses the same resolution algorithm as require for maximum simplicity. Built on top of rfile and html-minifier.
License
MIT