Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document bankai build options #538

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,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

Expand Down