🐞 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-ui folder:
-
Notice that web-ui and single-html-build.js are 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!
🐞 Bug Report
Describe the bug
In the
README.mdsection Generating a Report - Get a webpage presentation of the report, it says to use theweb-uifolder andsingle-html-build.js.However, after cloning this repository https://github.com/Jigsaw-Code/sensemaking-tools, there is no
web-uifolder in the repo, and there is nosingle-html-build.jsfile 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-uifolder andsingle-html-build.jsfile 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:
Check for
web-uifolder: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!