jekyll-slim icon indicating copy to clipboard operation
jekyll-slim copied to clipboard

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

Open shivabhusal opened this issue 6 years ago • 2 comments
trafficstars

 $ 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

shivabhusal avatar May 18 '19 04:05 shivabhusal

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

ashesh-banbagroup avatar Jun 27 '19 10:06 ashesh-banbagroup

Same here. Not working at all on v3.8.6

activestylus avatar Jul 09 '19 19:07 activestylus