gulp-together

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-together

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • xlsdg