Commit 8ef64340 authored by Marius DAVID's avatar Marius DAVID
Browse files

Some simple configuration for generating the 2025 merged atlas and

remove the about page
parent 140e7a8d
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ node_modules/
/dist*/
/result
/web/atlas.json
/web/atlas2024.json
/web/atlas2025.json

# Cache folders
*.pyc
+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.

+0 −1
Original line number Diff line number Diff line
@@ -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
+4 −2
Original line number Diff line number Diff line
@@ -19,7 +19,9 @@
	"parcelIgnore": [
		"sw.js",
		"_img/.+",
		"atlas.json"
		"atlas.json",
		"atlas2024.json",
		"atlas2025.json"
	],
	"browserslist": [
		">= 0.5%",
Loading