mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Remove such verbose logging
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
5d4c553441
commit
88d07a2108
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
minify-all -s . -d min --skipFileExtensions=.png --logLevel=warn
|
minify-all -s . -d min --skipFileExtensions=.png --logLevel=fatal -p 10
|
||||||
cp -r min/* .
|
cp -r min/* .
|
||||||
rm -r min
|
rm -r min
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue