File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 ${ pkgs . brotli } /bin/brotli --best public/projects/**/*.html -f
4242 ${ pkgs . brotli } /bin/brotli --best public/projects/*.html -f
4343 ${ pkgs . brotli } /bin/brotli --best public/*.html -f
44- ${ pkgs . brotli } /bin/brotli --best public /**/*.css -f
45- ${ pkgs . brotli } /bin/brotli --best public /*.css -f
44+ ${ pkgs . brotli } /bin/brotli --best $out/assets /**/*.css -f
45+ ${ pkgs . brotli } /bin/brotli --best $out/assets /*.css -f
4646
4747 # gzip
4848 ${ pkgs . gzip } /bin/gzip --best --keep public/blog/**/*.html -f
5252 ${ pkgs . gzip } /bin/gzip --best --keep public/projects/**/*.html -f
5353 ${ pkgs . gzip } /bin/gzip --best --keep public/projects/*.html -f
5454 ${ pkgs . gzip } /bin/gzip --best --keep public/*.html -f
55- ${ pkgs . gzip } /bin/gzip --best --keep public /**/*.css -f
56- ${ pkgs . gzip } /bin/gzip --best --keep public /*.css -f
55+ ${ pkgs . gzip } /bin/gzip --best --keep $out/assets /**/*.css -f
56+ ${ pkgs . gzip } /bin/gzip --best --keep $out/assets /*.css -f
5757
5858 mv public/* $out
5959 '' ;
You can’t perform that action at this time.
0 commit comments