From 4be0d764f9461ae413e2d6a10d61d0064f124dc6 Mon Sep 17 00:00:00 2001 From: Josh Wenning Date: Tue, 22 Dec 2020 21:01:51 -0500 Subject: [PATCH 1/2] Add `--base` flag to options section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff7acfd4..044445b8 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ a project setup from scratch :sparkles:. Options: + -b, --base prepend a base URL to assets -d, --debug output lots of logs -h, --help print usage -q, --quiet don't output any logs From 310f9bf77d5fbc034509cde9649d3566f1ed62a1 Mon Sep 17 00:00:00 2001 From: Josh Wenning Date: Tue, 22 Dec 2020 21:02:43 -0500 Subject: [PATCH 2/2] Document changing the default output directory --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 044445b8..3464290c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ a project setup from scratch :sparkles:. Compile all files in the project to disk $ bankai build index.js + Compile and change the default output directory to docs/ + $ bankai build index.js docs + Running into trouble? Feel free to file an issue: https://github.com/choojs/bankai/issues/new