Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
griff-rees opened this issue May 29, 2023 · 0 comments
Open

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

griff-rees opened this issue May 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@griff-rees
Copy link
Collaborator

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
@griff-rees griff-rees self-assigned this May 29, 2023
@griff-rees griff-rees added the bug Something isn't working label May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant