Thanks to visit codestin.com Credit goes to github.com
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 7f25a9a commit 398a59fCopy full SHA for 398a59f
README.md
@@ -77,9 +77,9 @@ Optimize all images by running this script from `/automation/images/` folder:
77
all_image_optimization.bat -d -jtran -pout -pquant -optip -gsicle -svgo
78
```
79
80
-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:
81
```bash
82
- minify_all.bat
+ minify_js.bat
83
84
85
Learn more about available optimization options from [documentation](https://github.com/gdg-x/zeppelin/wiki/Resources-optimizations).
0 commit comments