You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was unable to resolve a dependency error (ruby error cannot load such file -- image-size in my build until changing my jekyll _config.yml file from:
plugins:
- image-size
(per the documenation), to the following:
plugins:
- jekyll-image-size
Not sure the cause of this since I installed via bundler and saw the dependency in my project Gemfile. Perhaps updating the doc will help others to avoid this.
The text was updated successfully, but these errors were encountered:
I was unable to resolve a dependency error (ruby error
cannot load such file -- image-size
in my build until changing my jekyll _config.yml file from:(per the documenation), to the following:
Not sure the cause of this since I installed via bundler and saw the dependency in my project
Gemfile
. Perhaps updating the doc will help others to avoid this.The text was updated successfully, but these errors were encountered: