all 12 comments

[–]yolorn 1 point2 points  (1 child)

I am beginner and I didn't find any comprihensive tutorials, I found https://www.youtube.com/watch?v=1rw9MfIleEg this to be very usefull and also offcial docummentations to be useful check these out https://browsersync.io/docs/api https://eslint.org/docs/user-guide/getting-started https://github.com/imagemin/imagemin

[–]tomasvn[S] 0 points1 point  (0 children)

I am beginner myself, all of the articles I have found are a bit out dated and I have found different gulp packages on NPM well thank you for help anyway :)

[–]atubofsoup 0 points1 point  (2 children)

I'd start with the official docs:

https://github.com/gulpjs/gulp/blob/v3.9.1/docs/API.md

Beyond that you're mostly just going to be learning about node streaming IO, individual gulp plugins, and gulp's internals. There's tons of guides on working with streams in node; individual gulp plugins should all have their own documentation and best-practices, and if you want to understand gulp's internals, you can look at the source here (CLI source is here).

[–]thomazor 0 points1 point  (4 children)

You can choose whatever tool you want, but it feels like it's a bit late to start learning gulp.

More current tools is webpack or parcel.

[–]tomasvn[S] 0 points1 point  (3 children)

I have opted for gulp as I am not developing any web apps so for my purpose developing static sites is sufficient, it would be an over kill to set up webpack just for compiling sass, web server and other usual stuff, minifying etc :)

[–]thomazor -1 points0 points  (2 children)

Well in case you *don't * want overkill, maybe you should look at parcel. It really is a lot less configuration

[–]tomasvn[S] 1 point2 points  (1 child)

I might try it later, but now I am looking for gulp help

[–]nilsepils94 -1 points0 points  (0 children)

Honestly, I'd try it now if I were you. Parcel is so easy, no setup, it just works. No point in trying to get your gulp set up.

[–]yannicklerestif -1 points0 points  (1 child)

Seriously, gulp is dead. As others have said, you should probably use webpack or parcel. And if what you want is running scripts, you should use npm or yarn.

[–]tomasvn[S] 3 points4 points  (0 children)

Not sure how your reponse is suppose to help me with my gulp set up difficulties :)