tschaub / gulp-newer

Pass through newer source files only
https://npmjs.org/package/gulp-newer
226 stars 24 forks source link

Support function for options.extra #48

Closed grigorii-horos closed 10 months ago

grigorii-horos commented 7 years ago

You can add support for function in options.extra? Somethink like this

extra: function(file){
  return getDepsTree(file.path)
}

This will be usefull for languages they support include of code: LESS, precss, JavaScript with Browserify