在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jonschlinkert/gulp-htmlmin开源软件地址(OpenSource Url):https://github.com/jonschlinkert/gulp-htmlmin开源编程语言(OpenSource Language):HTML 72.5%开源软件介绍(OpenSource Introduction):gulp-htmlmin
Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your InstallInstall 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. UsageSee 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'));
}); AboutContributingPull requests and stars are always welcome. For bugs and feature requests, please create an issue. Running TestsRunning 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 Building docs(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
AuthorJon Schlinkert Shinnosuke Watanabe LicenseCopyright © 2018, Shinnosuke Watanabe. Released under the MIT License. This file was generated by verb-generate-readme, v0.6.0, on September 08, 2018. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论