gulp-transform-head
Transform the beginning of a stream/buffer, useful for adding runtimes
Usage:
.pipe(transformHead(delim, transformer, useBuffers))
( function |string | regex | number)
delim: The thing to wait until true, if number: the amount of lines
function
transformer The function to transform the head of the file
boolean (optional)
useBuffer Force buffers in the delim and transformer functions
var transformHead = ; gulp