marzeelabs / besugo

Boilerplate for MZ version of hugo + netlifyCMS
https://besugo.marzeelabs.org
10 stars 0 forks source link

Switch to Yarn #7

Closed pvhee closed 6 years ago

pvhee commented 7 years ago
Quicksaver commented 7 years ago

@pvhee to clarify, is the goal also to get rid of anything-gulp and use node scripts to feed yarn instead?

I.e. get rid of gulpfile.js and yarn start would call something like node start.js, etc.

Quicksaver commented 7 years ago

Personally, I'd stay with gulp tasks at least for now. Rewritting them into node scripts / CL commands could be fun (at least from a learning point of view), but from what I'm seeing they would hardly save on dependencies and would take a lot more lines of code than we have now with gulp.