kraftvaerk / generator-rammevaerk

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

Fix watch task #40

Closed kristoforsalmin closed 5 years ago

kristoforsalmin commented 6 years ago

Hi, currently we don't use webpack's watch mode and that gives us very slow build times.

mi2oon commented 5 years ago

@racse1 I don't think we can use the watch mode together with browserSync but I might be wrong.

kristoforsalmin commented 5 years ago

@mi2oon We sure can, or at least we used to 😄, here's an example from one of the projects https://gist.github.com/racse1/cc1b584cc66227d8b179111389f150ef (Gulp tasks).

mi2oon commented 5 years ago

@racse1 Then I see no reason not to have watch mode on when we are in gulp watch mode :)