html5-boilerplate icon indicating copy to clipboard operation
html5-boilerplate copied to clipboard

Move on from Gulp?

Open roblarsen opened this issue 3 years ago • 2 comments

I have only ever used Gulp in this project. It's also not the shiniest, most modern way to do the tasks we're doing. With the idea that we like to expose best practices, we should do something more modern (and, as a bonus, something I'm more interested in working with, myself. )

I'm submitting a ...

  • [ ] bug report
  • [ ] feature request
  • [x] other (Please do not submit support requests here (below))

roblarsen avatar Sep 28 '20 18:09 roblarsen

I guess Gulp is still the most modern way to maintain this kind of builds (am I wrong?). Webpack & Parcel not for this kind of builds. We can develop custom NodeJS build or refactor existing Gulp with async\await and etc.

vltansky avatar Sep 29 '20 07:09 vltansky

Depends on the roadmap/plans for this project, its complexity and what do we want to solve we should pick the right tools. As @vltansky mentioned, we could create own toolkit but at some point I think it is like "reinventing the wheel".

For now, I think that Gulp.js is more than enough. But what we could do is e.g. split the gulpfile.babel.js to smaller chunks of code so it is easier to work with (add new tasks, fix/modify existing ones, general maintain)

sthiepaan avatar Sep 29 '20 08:09 sthiepaan