mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-01-28 19:20:20 +01:00
Readme updated to include sh versions
This commit is contained in:
parent
7f25a9a22d
commit
398a59f882
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue