Skip to content

Commit

Permalink
Fix: Include assets into the build
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Apr 8, 2024
1 parent dd63282 commit ce644f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ include = [
"/djangocms_text",
"/djangocms_text_ckeditor"
]
artifacts = [
"djangocms_text/static/**",
"djangocms_text/contrib/**/static/**",
]

0 comments on commit ce644f9

Please sign in to comment.