srs / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
864 stars 212 forks source link

Consider IncrementalNodeTask #235

Open eriwen opened 7 years ago

eriwen commented 7 years ago

Allow users to implement a node task that can be invoked incrementally. This is different from incremental builds (where we avoid executing tasks) and instead is reprocessing only a small subset of the input when possible.

https://docs.gradle.org/current/dsl/org.gradle.api.tasks.incremental.IncrementalTaskInputs.html

See also https://gist.github.com/eriwen/47307026b7119957e02b1c9a9374362b