Loading .gitignore +3 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ node_modules/ /dist*/ /result /web/atlas.json /web/atlas2024.json /web/atlas2025.json # Cache folders *.pyc Loading build_atlas.sh +2 −1 Original line number Diff line number Diff line #!/bin/sh python ./tools/merge_data.py ./entries ./web/atlas.json No newline at end of file python ./tools/merge_data.py ./entries ./web/atlas2024.json python ./tools/merge_data.py ./entries2025 ./web/atlas2025.json entries2025/.keep 0 → 100644 +0 −0 Empty file added. flake.nix +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ mkdir -p $out cp -r ${./.}/web/* $out/ ${pkgs.python3}/bin/python ${./.}/tools/merge_data.py ${./.}/entries $out/atlas.json rm $out/about.html mkdir $out/nix-support echo ${self.shortRev} > $out/revision Loading package.json +4 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,9 @@ "parcelIgnore": [ "sw.js", "_img/.+", "atlas.json" "atlas.json", "atlas2024.json", "atlas2025.json" ], "browserslist": [ ">= 0.5%", Loading Loading
.gitignore +3 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ node_modules/ /dist*/ /result /web/atlas.json /web/atlas2024.json /web/atlas2025.json # Cache folders *.pyc Loading
build_atlas.sh +2 −1 Original line number Diff line number Diff line #!/bin/sh python ./tools/merge_data.py ./entries ./web/atlas.json No newline at end of file python ./tools/merge_data.py ./entries ./web/atlas2024.json python ./tools/merge_data.py ./entries2025 ./web/atlas2025.json
flake.nix +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ mkdir -p $out cp -r ${./.}/web/* $out/ ${pkgs.python3}/bin/python ${./.}/tools/merge_data.py ${./.}/entries $out/atlas.json rm $out/about.html mkdir $out/nix-support echo ${self.shortRev} > $out/revision Loading
package.json +4 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,9 @@ "parcelIgnore": [ "sw.js", "_img/.+", "atlas.json" "atlas.json", "atlas2024.json", "atlas2025.json" ], "browserslist": [ ">= 0.5%", Loading