Automation of CSS compilation, fixed .gitignore build issue

The grabbing of dependencies and compilation of SCSS can now simply be
done with a:

poetry run task compile-css

before a:

poetry build

When building from source. The issue where the .gitignore had to be
removed before building has been fixed, too.
This commit is contained in:
2020-07-06 15:04:28 +01:00
parent a62eab9565
commit 781306f1ef
10 changed files with 619 additions and 2103 deletions

1
.gitignore vendored
View File

@@ -16,7 +16,6 @@ jellyfin_accounts/data/static/*.css
old/
.jf-accounts/
requirements.txt
package-lock.json
video/
scss/bs5/*.css*
scss/bs4/*.css*