0.0.2 • Published 11 years ago
gulp-stitch v0.0.2
gulp-stitch
stitch plugin for gulp
Usage
First, install gulp-stitch as a development dependency:
npm install --save-dev gulp-stitchThen, add it to your gulpfile.js:
var stitch = require("gulp-stitch");
gulp.src("./src/*.ext")
.pipe(stitch('pkg.js',['./src']))
.pipe(gulp.dest("./dist"));


