
This is done by routing the generation of HTML into a temporary directory, and checking its diff agains the existing public/ when running tests. Fixes #237
4 lines
46 B
Bash
Executable File
4 lines
46 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec go run tools/generate.go $@
|