slim-template / jekyll-slim

A gem that adds slim-lang support to Jekyll.
MIT License
33 stars 18 forks source link

undefined method `extname' for #<Jekyll::Layout: #8

Open shivabhusal opened 5 years ago

shivabhusal commented 5 years ago
 $ jekyll s
Configuration file: /Users/john/projects/csheet/_config.yml
            Source: /Users/john/projects/csheet
       Destination: /Users/john/projects/csheet/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
jekyll 3.8.5 | Error:  undefined method `extname' for #<Jekyll::Layout:0x00007f877bd17220>

this happened when I added following in my Gemfile

group :jekyll_plugins do
  gem 'jekyll-slim'
  gem 'slim', github: 'slim-template/slim'
end
ashesh-banbagroup commented 5 years ago

I faced the same problem. Can anyone help with this?

activestylus commented 5 years ago

Same here. Not working at all on v3.8.6