mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 23:08:07 +08:00
https://github.com/ipfs/kubo/pull/9335 https://github.com/ipfs/specs/pull/328 Co-authored-by: Marcin Rataj <lidel@lidel.org>
986 B
986 B
dir-index-html
Directory listing HTML for HTTP gateway
Updating
When making updates to the directory listing page template, please note the following:
- Make your changes to the (human-friendly) source documents in the
srcdirectory and runnpm run build - Before testing or releasing, go to the top-level
./assetsdirectory and make sure to run thego generate .script to update the bindata version
Testing
- Make sure you have Go installed
- Start the test server, which lives in its own directory:
> cd test
> go run .
This will listen on localhost:3000 and reload the template every time you refresh the page.
If you get a "no such file or directory" error upon trying go run ., make sure you ran npm run build to generate the minified artifact that the test is looking for.
