Skip to content

Commit

Permalink
Readme updated to include sh versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Feb 19, 2015
1 parent 7f25a9a commit 398a59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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).
Expand Down

0 comments on commit 398a59f

Please sign in to comment.