ember-learn / ember-learn/ember-cli-addon-docs

Version path segment is not added to compiled CSS URLs

Open
#291 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
172
Forks
142
PR merge metrics
No merged PRs in 30d

Description

It appears as though compiled CSS is not including the version path segment in ember-cli-addon-docs deployments that use versioned docs. See https://github.com/Addepar/ember-table/issues/593 for an example.

The ember-table demo there is referring to an SVG in CSS that is failing to load with a 404. This is because the file is deployed to the version directory at `/ember-table/latest/@addepar/style-toolbox/assets/images/checkmark.svg` while the CSS is pointing to `/ember-table/@addepar/style-toolbox/assets/images/checkmark.svg`. The compiled CSS is missing the `/latest/` segment of the URL path.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.