Skip to content

Commit 8de4f48

Browse files
committed
Fillet html before doing site digest
1 parent e72de07 commit 8de4f48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/make-site-digest.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ for URL in $(
99
$MANIFEST \
1010
| grep -v '^null$')
1111
do
12-
md5sum public$URL
12+
FILE=public$URL
13+
# fillet out just the <main> section of the HTML file
14+
<$FILE htmlq main > $FILE.digest
15+
md5sum $FILE.digest
1316
done > $DIGEST

0 commit comments

Comments
 (0)