gulp-webserver icon indicating copy to clipboard operation
gulp-webserver copied to clipboard

Difference between gulp.src and path option?

Open goldingdamien opened this issue 7 years ago • 1 comments

What is the difference between gulp.src and the path option? It is stated that multiple directories can be passed to gulp.src. If this is true, my assumption is that the web server is an empty directory filled with whatever is in gulp.src. However, if this is true, why is there a path option as there would be no path in this case. Please clarify this for me and if not too much bother, it would be helpful if this information was provided in the README.md file.

Regards.

goldingdamien avatar Jan 23 '19 00:01 goldingdamien

src

image

path

image

noraj avatar May 15 '21 16:05 noraj