From b4f329f5b8226acd90b25dc687271ba5e1163a90 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 5 Jul 2020 21:52:56 +0100 Subject: [PATCH] Add note about removing .gitignore --- Building.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Building.md b/Building.md index e58c211..db92176 100644 --- a/Building.md +++ b/Building.md @@ -29,8 +29,10 @@ You then need to compile the SCSS for the Jellyfin theme. This is explained in t Once done, you should have `bs4.css, bs5.css, bs4-jf.css, bs5-jf.css` inside the `jellyfin_accounts/data/static/` directory. +Before you build, you will need to delete or move `.gitignore` as otherwise poetry will not include the new `.css` files. Finally, you can build and install: ``` +hrfee@lab:~/jellyfin-accounts# rm .gitignore hrfee@lab:~/jellyfin-accounts# poetry build hrfee@lab:~/jellyfin-accounts# poetry install ```