Skip to content

Commit

Permalink
add static compression for sjson
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 24, 2022
1 parent 2f4a1d5 commit e6bed4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process-static
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ zopfli_preserve_time() {
}
export -f zopfli_preserve_time

find static-tmp -regex '.+\.\(ico\|json\|svg\)' |
find static-tmp -regex '.+\.\(ico\|json\|sjson\|svg\)' |
parallel -q ::: brotli zopfli_preserve_time :::: -

0 comments on commit e6bed4b

Please sign in to comment.