Skip to content

Conflicting quick-start instructions about assets #1268

Closed
@asarkar

Description

@asarkar

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions