Skip to content
Snippets Groups Projects
Commit 555785e5 authored by Maxim Shafirov's avatar Maxim Shafirov
Browse files

Watching should not prevent build from finishing

parent c912d3ee
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,7 +18,7 @@ buildscript {
}
 
dependencies {
classpath "org.jetbrains.kwp:kwp:0.1.7"
classpath "org.jetbrains.kwp:kwp:0.1.8"
}
}
```
Loading
Loading
Loading
Loading
@@ -56,7 +56,8 @@ KotlinWebpackPlugin.prototype.apply = function (compiler) {
var t = deps[i].trim()
if (t.length > 0) {
fs.watch(t, {
recursive: true
recursive: true,
persistent: false
}, execGradle)
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment