From 657d79f109e8350244ceec2cbcd53e18b5dde229 Mon Sep 17 00:00:00 2001 From: telamonian Date: Fri, 21 Jun 2024 06:01:45 -0400 Subject: [PATCH] update README to include support for `web` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76abdd0..2ffb453 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ The resulting ComfyUI node extension project will automatically come with a few - Support for Ruff linter - A pre-commit hook for the Ruff linter - An `entry_point` that will ensure that ComfyUI can load your extension regardless of how it's installed +- An optional `web` directory if your extension will include custom javascript + - If selected, `web` will also be added to the project's `MANIFEST.in` to ensure that any non-python code in `web` will also be correctly installed In progress (still needs a little work): - Testing via PyTest, including a basic integration/sanity check