We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4556a0e commit 386357aCopy full SHA for 386357a
minify.sh
@@ -53,6 +53,10 @@ do
53
fi
54
elif [ $(wc -l "$filename.$filetype" | awk '{print $1}') -ge 15 ] || [ $(grep -E $'^(\t|\ )' "$filename.$filetype" | wc -l) -ge 5 ]; then
55
do_min=1
56
+ else
57
+ echo.Red "$filename.$filetype is small enough, not been minified:"
58
+ echo.Yellow "It doesn't have more than 15 lines."
59
+ echo.Yellow "Or it doesn't have more than 5 lines with tab(s) or blank(s) in the head of sentences."
60
61
MAP_OP=""
62
if [ 0 -lt $do_min ]; then
0 commit comments