Add missing dependencies to install script
This commit is contained in:
parent
a05ed4dfcd
commit
6b32f37fd9
@ -1,6 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Install the required dependencies for CHGenerator
|
# Install the required dependencies for CHGenerator
|
||||||
|
|
||||||
|
# Install magick to resize images
|
||||||
|
brew install imagemagick
|
||||||
|
|
||||||
|
# Install avif to create AVIF versions of images
|
||||||
|
npm install avif -g
|
||||||
|
|
||||||
# Install the Javascript minifier (required if `minifyJavaScript = True`)
|
# Install the Javascript minifier (required if `minifyJavaScript = True`)
|
||||||
# https://github.com/mishoo/UglifyJS
|
# https://github.com/mishoo/UglifyJS
|
||||||
npm install uglify-js -g
|
npm install uglify-js -g
|
||||||
|
Loading…
Reference in New Issue
Block a user