From 5b853597c9cd11761abd8e25ac4ea9e547720d3e Mon Sep 17 00:00:00 2001 From: Eugene Zolenko Date: Wed, 25 Oct 2017 11:04:00 -0600 Subject: [PATCH] - documentation for #34 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7b51851..e30a289d 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ The following compiler options are forced though: Set to true for clean build (wipes out cache on every build). -* `cacheRoot`: ".rts2_cache" +* `cacheRoot`: `./.rts2_cache` - Path to cache. + Path to cache. Defaults to a folder in the current directory. Can be safely moved out with something like `${require('temp-dir')}/.rpt2_cache`, but watch out for multiple concurrent builds of the same repo. * `include`: `[ "*.ts+(|x)", "**/*.ts+(|x)" ]`