Skip to content

xlsdg/gulp-together

Repository files navigation

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

Example

https://github.com/xlsdg/flowerpassword.js/blob/master/gulpFile.js

License

MIT © xLsDg

About

Streaming concat package for gulp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published