1 2 3 4 5 6 7 8 9 10 11 12
[build] target = "index.html" dist = "dist" [watch] ignore = ["assets/manifest.txt"] # Generate manifest.txt before building [[hooks]] stage = "pre_build" command = "python3" command_arguments = ["scripts/generate_manifest.py"]