What is the purpose of vinyl-source-stream?

 Posted by Rajnilari2015 on 3/7/2016 | Category: Node.js Interview questions | Views: 2406 | Points: 40
Answer:

vinyl-source-stream converts the readable stream from browserify into a vinyl stream which gulp expects. It is a Virtual file format that gulp expects so that it does not create a temporal file while making the transformation.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response