ember-learn / ember-learn/ember-cli-addon-docs
Version path segment is not added to compiled CSS URLs
- Lingua principale
- JavaScript
- Stelle
- 172
- Fork
- 142
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.