Skip to content

Commit

Permalink
update README to include support for web
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Jun 21, 2024
1 parent 4a38aa9 commit 657d79f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 657d79f

Please sign in to comment.