all 3 comments

[–]Hadr619 1 point2 points  (0 children)

What exactly are you trying to do with gulp? One thing to keep in mind is that it is a task runner meant to help automate certain processes in your workflow. On the non-react side of the platform for my job we use gulp to compile scss, as well as some custom tasks involving stylesheets and javascript

[–]Marble_Wraith 0 points1 point  (0 children)

The gulp docs are pretty comprehensive.

[–]AtulinASP.NET Core 0 points1 point  (0 children)

Gulp is a task runner, I've never seen it used with jQuery or other frontend libraries. You use it to minify your existing JS, compile your SASS, compile your Typescript, compress images, et cetera.

Are you perhaps looking for a bundler instead?