mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-21 11:46:06 -05:00
Fix example posthook
This commit is contained in:
parent
5b116b3f07
commit
71e45638de
@ -9,8 +9,6 @@ minify_assets() {
|
||||
find "$p" -type f -name "*.$t" | while read -r file; do
|
||||
name="${file#"$p"}"
|
||||
name="${name#"/"}"
|
||||
#name="${name%.*}"
|
||||
#minify -o "${p}/${name}.min.$t" "$file"
|
||||
minify -o "${p}/${name}" "$file"
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user