kraftvaerk / generator-rammevaerk

Scaffold a web project in kraftvaerk style
MIT License
5 stars 4 forks source link

gulp-watch plugin #22

Closed kristoforsalmin closed 6 years ago

kristoforsalmin commented 6 years ago

Hello,

I can see that currently we use gulp-watch to view the changes and perform the corresponding tasks. Are there any advantages to using this over gulp.watch? It just looks like an unnecessary dependency, but maybe it has some benefits that I don't know about ...

Thanks

mi2oon commented 6 years ago

I am not quite sure if things have changed. But back in the days the watch plugin could handle deletion, adding and renaming of files much better without having to restart the whole task. Hope this makes sense.. But it would be a good idea to retest it... perhaps things have changed. :)

kristoforsalmin commented 6 years ago

@mi2oon Thanks, good points! I'll check whether things have changed 🙂