Gulp Task - Return within a variable

0

There is a way to play the response of a task, rather than a file, a variable, with the same content as the file ...

_content.code = gulp.src(path_haml).pipe(haml());

I want to automate a task and I think it would be very useful for me.

    
asked by anonymous 06.04.2018 / 15:01

0 answers