gulp-prepend
Simple Gulp plugin to prepend a string (e.g. license text) with gulp-sourcemaps support.
Installing
Install the plugin as development dependency:
npm install gulp-prepend --save-dev
Basic Usage
const src dest = ;const prepend = ; { return ;} exportsprependString = prependString;
And with gulp-sourcemaps (example with browserify):
const src dest = ;const prepend = ; const browserify = ;const source = ;const buffer = ; { return ;} exportsbuild = bundle;
Licensing
The code in this project is licensed under MIT license.