Skip to content

yaru22/rhtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rhtml Analytics

Build Status Dependency Status

"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

About

"Require" minified HTML as a string

Resources

License

Stars

Watchers

Forks

Packages

No packages published