Living-with-machines / lwmdb

A django-based library for managing the Living with Machines newspapers metadata database schema
https://living-with-machines.github.io/lwmdb/
MIT License
2 stars 0 forks source link

`docker compose` truncates `newline` of `lwmdb/static/css/project.css` #110

Open griff-rees opened 1 year ago

griff-rees commented 1 year ago

Calling docker compose can truncate lwmdb/static/css/project.css, which then creates unstaged changes in the local git checkout.

git diff
diff --git a/lwmdb/static/css/project.css b/lwmdb/static/css/project.css
index 85ed2f6..eaa7f1e 100644
--- a/lwmdb/static/css/project.css
+++ b/lwmdb/static/css/project.css
@@ -12483,4 +12483,4 @@ textarea.form-control-lg {
   background-color: #f2dede;
   border-color: #eed3d7;
   color: #b94a48;
-}
+}
\ No newline at end of file