0.0.2 • Published 8 years ago

gulp-together v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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