gulp-together
v0.0.2
Published
Streaming concat package for gulp
Downloads
2
Readme
gulp-together
Streaming concat package for gulp
Install
$ npm install --save-dev gulp-together
Usage
const gulp = require('gulp');
const together = require('gulp-together');
gulp.task('default', () => {
gulp.src('src/file.ext')
.pipe(together(['package-name']))
.pipe(gulp.dest('dist'));
);
API
together(fileArray)
fileArray
Type: array
License
MIT © xLsDg