Polycrate API 0.11.13 released: collectstatic Hotfix
ayedo Redaktion 1 Minute Lesezeit

Polycrate API 0.11.13 released: collectstatic Hotfix

Polycrate API 0.11.13 addresses critical collectstatic issues that arose after 0.11.12.
polycrate kubernetes devops bugfix

With Polycrate API 0.11.13, we address critical production issues that emerged after the 0.11.12 release.

collectstatic Fix

The milkdown-theme/ directory contained CSS files with @import statements for NPM packages:

@import '@milkdown/kit/prose/gapcursor/style/gapcursor.css';
@import 'katex/dist/katex.min.css';

These paths only exist during development in node_modules/, but not in the production build. Whitenoise’s collectstatic post-processing attempted to resolve these imports and failed.

The solution: The entire milkdown-theme/ directory was removed. It was redundant since the template only loads the bundled milkdown-crepe.css.

Full Release Notes

Update Now

polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install

Polycrate is ayedo’s Infrastructure-as-Code platform for declarative multi-cluster management. Learn more →

Ähnliche Artikel