From ce644f9c6abfd9702b7aa4bf12e43c541abb2790 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 8 Apr 2024 11:59:17 +0200 Subject: [PATCH] Fix: Include assets into the build --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 34dfd88..ccba8dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,3 +60,7 @@ include = [ "/djangocms_text", "/djangocms_text_ckeditor" ] +artifacts = [ + "djangocms_text/static/**", + "djangocms_text/contrib/**/static/**", +]