0.1.0 • Published 10 years ago
gulp-condense v0.1.0
gulp-condense

Remove extra newlines in a string.
Install
Install with npm:
$ npm install gulp-condense --saveUsage
var condense = require('gulp-condense');
var gulp = require('gulp');
gulp.task('default', function() {
return gulp.src('*.js')
.pipe(condense())
.pipe(gulp.dest('.'));
});Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Building docs
Generate readme and API documentation with verb:
$ npm install verb && npm run docsOr, if verb is installed globally:
$ verbRunning tests
Install dev dependencies:
$ npm install -d && npm testAuthor
Jon Schlinkert
License
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb, v0.9.0, on April 23, 2016.
0.1.0
10 years ago