Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

404 errors for font files #2

@charlwillia6

Description

@charlwillia6

I still get the errors:

screenshot_20160519_101755

Instead of app.css I have app.less, and in ember-cli-build.js I have:

var app = new EmberApp(defaults, {
lessOptions: {
paths: [
'bower_components/semantic-ui'
]
},

    SemanticUI: {
        css: false,
        javascript: true,
        fonts: true
    }
});

And I have installed ember-cli-less through npm. I have a theme.config in the root, and app.less and theme.less in the styles folder in the app directory. Am I missing something? The font files are actually in dist/assets/css/themes/default/assets/fonts/ when the ember server is started.

Fonts do not appear. The themes and site folder is also in the styles directory. I cloned the example app here and I get the same errors I get in my project.

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