0.0.3 • Published 12 months ago

yllgulp-remove-spaces-line v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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

0.0.3

12 months ago

0.0.2

5 years ago