2 Sitoutukset f2576c5689 ... d5afbf6745

Tekijä SHA1 Viesti Päivämäärä
  Craig Fletcher d5afbf6745 Update README.md with latest changes 5 kuukautta sitten
  Craig Fletcher f2576c5689 Update README.md with latest changes 5 kuukautta sitten
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -43,10 +43,12 @@ You can also build a self-contained executable if you like chunky binaries with
 Rhedyn includes intelligent caching that tracks both file dependencies and configuration state. Tasks are only re-run when:
 - Input files have changed (detected via file hashes)
 - Configuration has changed (detected via state hashes)
-- Output files are missing
+- Output files are missing (can be skipped by setting `opts.ignoreExisting` to `true`)
 
 Cache files are stored in `.cache/` by default and can be disabled by setting `cacheDir: false` in your config.
 
+If output file checks are skipped with `ignoreExisting`, only files that have changed inputs will be output.
+
 ## Configuration
 
 A working example of how to configure can be found in `src/defaults.js`, with the processors separated out to