Skip to content

Bootflat and webpack #103

Description

@0plus1

Hi, loading the file with an import in webpack, results in a loader error for the iradio image.

background: url("../bootflat/img/check_flat/default.png") no-repeat;

This is the offending line (which is the same in the scss), the bootflat folder doesn't exist, the correct one should be:

background: url("../img/check_flat/default.png") no-repeat;

Is there a reason for this folder structure?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions