fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
594 stars 772 forks source link

Invalid theme folder: _sass #63

Open bbatsov opened 6 years ago

bbatsov commented 6 years ago

I get this warning every time I start bundle exec jekyll serve. Everything seems to work fine, but I thought I should probably bring this to your attention.

fongandrew commented 6 years ago

I'm unable to reproduce, but perhaps it's this? http://talk.jekyllrb.com/t/invalid-theme-folder/2109/2

Do you have a link to to your setup or a repro?

bbatsov commented 6 years ago

https://github.com/bbatsov/emacsredux

fongandrew commented 5 years ago

Not sure why this is error-ing now, but can you create an empty _sass folder for now and see if that makes the error go away?

cetinajero commented 5 years ago

It seems that the error is only present when using Jekyll v3.8.x,

When I make a build using v3.7.4 there isn't any warning but as soon as I update to Jekyll v3.8 the warning reappears.

jekyll/jekyll#7630

cetinajero commented 4 years ago

Hi @fongandrew

Just to let you know that this issue was long fixed via https://github.com/jekyll/jekyll/pull/7679.

It got my attention again because the fix was also merged yesterday to GitHub Pages via https://github.com/github/pages-gem/pull/649#issuecomment-633419596.