everyone. I have been learning Gulp 4 so far and I have two questions about it:
When I was reading articles about Gulp 4, I saw that functions are exported (usually at the bottom of gulpfile.js file). For instance,
exports.style = style
. I would like to know what is it for and whether it is obligatory or maybe it should be done in particular cases...When I push my project to Github repo, I export only files in so-called "build" folder (where all optimized files are located) + index.html itself, don't I? Just need clarification.
Thank you for your replies!