gulp-htmlmin

Minify HTML

Github星跟蹤圖

gulp-htmlmin NPM version NPM monthly downloads NPM total downloads Linux Build Status

gulp plugin to minify HTML.

Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your :heart: and support.

Install

Install with npm:

$ npm install --save gulp-htmlmin

Heads up!

Please do not report issues related to HTML parsing and output on this repository. Report those issues to the html-minifier issue tracker.

Usage

See the html-minifer docs for all available options.

const gulp = require('gulp');
const htmlmin = require('gulp-htmlmin');

gulp.task('minify', () => {
  return gulp.src('src/*.html')
    .pipe(htmlmin({ collapseWhitespace: true }))
    .pipe(gulp.dest('dist'));
});

About

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install && npm test

(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)

To generate the readme, run the following command:

$ npm install -g verbose/verb#dev verb-generate-readme && verb

Contributors, Commits, Contributor, ---, ---, 41, shinnn, 20, jonschlinkert, 11, doowb, 7, stevelacy, 2, TheDancingCode, 1, cwonrails, 1, igoradamenko, 1, oblador, 1, jdalton, 1, JoseChirivella14, 1, nschloe, 1, tomByrer, ### Author

Jon Schlinkert

Shinnosuke Watanabe

License

Copyright © 2018, Shinnosuke Watanabe.
Released under the MIT License.


This file was generated by verb-generate-readme, v0.6.0, on September 08, 2018.

主要指標

概覽
名稱與所有者jonschlinkert/gulp-htmlmin
主編程語言HTML
編程語言JavaScript (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2013-12-20 16:55:23
推送於2019-11-08 15:31:25
最后一次提交2018-09-08 09:46:27
發布數26
最新版本名稱5.0.1 (發布於 )
第一版名稱v0.1.2 (發布於 2014-02-06 10:04:37)
用户参与
星數726
關注者數13
派生數58
提交數95
已啟用問題?
問題數81
打開的問題數4
拉請求數13
打開的拉請求數2
關閉的拉請求數12
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?