From 398a59f88215293b0da4222fd38d3c5723c85aca Mon Sep 17 00:00:00 2001 From: Said Tahsin Dane Date: Wed, 18 Feb 2015 17:38:06 +0200 Subject: [PATCH] Readme updated to include sh versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a13099c..dc4b8aa 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ Optimize all images by running this script from `/automation/images/` folder: all_image_optimization.bat -d -jtran -pout -pquant -optip -gsicle -svgo ``` -To minify CSS and JS run `minify_all.bat` from `/automation/minifying/` folder: +To minify CSS and JS run `minify_js.bat` (for Windows) and `minify_js.sh` (for Linux and MacOS) from `/automation/minifying/` folder: ```bash - minify_all.bat + minify_js.bat ``` Learn more about available optimization options from [documentation](https://github.com/gdg-x/zeppelin/wiki/Resources-optimizations).