Utility for enabling/disabling streams in pipeline
var es = require('enable-stream)
es.src(source,sourceEnabled).pipe(es(transform,transformEnabled)).pipe(es.dst(destination,destinationEnabled))
if a function creating a stream is passed to enable-stream
then it is called only when stream is enabled.