-
Notifications
You must be signed in to change notification settings - Fork 32
Description
🐞 Bug Report
Describe the bug
In the README.md section Generating a Report - Get a webpage presentation of the report, it says to use the web-ui folder and single-html-build.js.
However, after cloning this repository https://github.com/Jigsaw-Code/sensemaking-tools, there is no web-ui folder in the repo, and there is no single-html-build.js file anywhere in the repo.
It seems these files may have been omitted (e.g. during git add) before committing.
Expected behavior
The repository should include the web-ui folder and single-html-build.js file as referenced in the README, so users can follow the instructions to build the analysis result as a standalone webpage.
To Reproduce
-
Clone this repo:
git clone https://github.com/Jigsaw-Code/sensemaking-tools
-
Check for
web-uifolder:ls
-
Notice that
web-uiandsingle-html-build.jsare missing.
Screenshots or Logs
N/A
Possible Cause
These files might have been accidentally excluded (e.g. during git add) or removed in a recent commit.
Additional context
Please check if these files can be restored or if instructions can be updated.
Thanks!