yllgulp-remove-spaces-line

0.0.2 • Public • Published

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

Copyright © 2020 yll1024335892@163.com

Readme

Keywords

Package Sidebar

Install

npm i yllgulp-remove-spaces-line

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

5.2 kB

Total Files

5

Last publish

Collaborators

  • yll10243