Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 398a59f

Browse files
committed
Readme updated to include sh versions
1 parent 7f25a9a commit 398a59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Optimize all images by running this script from `/automation/images/` folder:
7777
all_image_optimization.bat -d -jtran -pout -pquant -optip -gsicle -svgo
7878
```
7979

80-
To minify CSS and JS run `minify_all.bat` from `/automation/minifying/` folder:
80+
To minify CSS and JS run `minify_js.bat` (for Windows) and `minify_js.sh` (for Linux and MacOS) from `/automation/minifying/` folder:
8181
```bash
82-
minify_all.bat
82+
minify_js.bat
8383
```
8484

8585
Learn more about available optimization options from [documentation](https://github.com/gdg-x/zeppelin/wiki/Resources-optimizations).

0 commit comments

Comments
 (0)