Closed tuesleep closed 6 years ago
I think this comes from the new major version of jekyll-assets that handles assets differently. I'm just a very beginner in Ruby but I was able to fix it by changing this line in Gemfile :
gem "jekyll-assets"
by :
gem "jekyll-assets", "~> 2.4"
in order to use the previous major version instead of the new one.
You just have to re-do a bundle install
afterwards and it works 😉.
@ivangabriele is correct, the version should be pinned. Feel free to send a PR with that.
Related: #121 (jekyll-assets upgrade).
@ivangabriele It's worked! Thanks for help.
@leonardo-hammer @ivangabriele @migueldemoura If you now pull master you won't need to add the fix anymore! Everything is updated to Jekyll Assets 3
I have done
bin/setup
, all bundle are installed.This error occur after
bundle exec jekyll serve
.Here is the full log: