# yllgulp-remove-spaces-line **Repository Path**: yll10243/yllgulp-remove-spaces-line ## Basic Information - **Project Name**: yllgulp-remove-spaces-line - **Description**: gulp去除空白行紧凑显示 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-25 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Usage First, install `yllgulp-remove-spaces-line` as a devDependency: ``` npm install yllgulp-remove-spaces-line --save-dev ``` Then add it to the `gulpfile.js`: ``` var yllgulp = require('yllgulp-remove-spaces-line'); gulp.task('test', function () { gulp.src('./demo/index.html') .pipe(yllgulp()) .pipe(gulp.dest('dist')); }) ``` --- [MIT](https://opensource.org/licenses/MIT) Copyright © 2020 yll1024335892@163.com