From 419933f6505caf4c5e685f8436b1ff735185e55a Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Sun, 1 Aug 2021 11:07:57 +0000 Subject: Moved 'internal-server' into a sub-folder as opposed to a git submodule. (#1715) * Ignored tests in 'internal-server' folder since there are none. * Linter fixes --- scripts/minify-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/minify-images.sh') diff --git a/scripts/minify-images.sh b/scripts/minify-images.sh index 25a761f0b..a6ec71045 100755 --- a/scripts/minify-images.sh +++ b/scripts/minify-images.sh @@ -2,7 +2,7 @@ # Note: This script is needed due to this bug: https://github.com/imagemin/imagemin/issues/348 # once the above is fixed, we should simply be able to specify the input directory where all image files are to be processed recursively -FILES=`find . -name "*.jpg" -o -name "*.jpeg" -o -name "*.bmp" -o -name "*.png" -type f | GREP_OPTIONS= egrep -v "node_modules|internal-server|recipes"` +FILES=`find . -name "*.jpg" -o -name "*.jpeg" -o -name "*.bmp" -o -name "*.png" -type f | GREP_OPTIONS= egrep -v "node_modules|recipes"` for file in $FILES; do echo "Minifying file: $file" size_before=`/usr/bin/du $file | cut -f1` -- cgit v1.2.3-70-g09d2