sbt-play-gulp
sbt-play-gulp copied to clipboard
gulp --force does not work in node 10
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