Closed
Description
I'm migrating a GitHub pages site to the Gem version. The Quick-Start instructions say:
Start by removing _includes, _layouts, _sass, assets folders
Later it says:
The preferred location is now /assets/images/
Obviously, if the location of images is supposed to be /assets/images/
, the assets
directory shouldn't be removed. But if the assets
directory is not deleted, bundle exec jekyll serve
fails with the following error:
Generating...
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/main.scss':
File to import not found or unreadable: variables. Load path: /var/lib/gems/2.3.0/gems/minimal-mistakes-jekyll-4.6.0/_sass on line 14
jekyll 3.5.2 | Error: File to import not found or unreadable: variables.
Load path: /var/lib/gems/2.3.0/gems/minimal-mistakes-jekyll-4.6.0/_sass on line 14