mmizutani / sbt-play-gulp

Gulp asset pipeline for Play Framework
Other
37 stars 12 forks source link

gulp --force does not work in node 10 #33

Open udalrich opened 6 years ago

udalrich commented 6 years ago

It seems that in node 10, you need to do gulp watch --continue instead of gulp watch --force.

--force works in node 9.10.1, but not in 10.4.1.

That might be related to the last comment at https://github.com/gulpjs/gulp/issues/871

almothafar commented 6 years ago

It is duplicate of #31 just add gulpForce := false in your build.sbt file, this worked for me.