joinbox / build-task

Re-usable gulp 4/webpack build tasks for Joinbox projects
0 stars 0 forks source link

To be discussed: Where do we draw the line between the build task and NPM scripts? #22

Open fxstr opened 1 year ago

fxstr commented 1 year ago
fxstr commented 1 year ago

Update: Using chokidar and ivoking node scripts through npx is quite slow (see #26). Therefore we might want to call more functions from within JS instead of through bash scripts 😞 .