jstransformer-html-minifier

4.0.0 • Public • Published

jstransformer-html-minifier

HTMLMinifier support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-html-minifier

API

var htmlmin = require('jstransformer')(require('jstransformer-html-minifier'))
 
htmlmin.render('<p title="blah" id="moo">html-minifier</p>', {
  removeAttributeQuotes: true
}).body
//=> '<p title=blah id=moo>html-minifier</p>'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-html-minifier

Weekly Downloads

4

Version

4.0.0

License

MIT

Unpacked Size

3.98 kB

Total Files

5

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu