S allius/issue383 (#384)
* configure path to web files for Quart * copy web-file into the add-on container * add test template and stylesheet * add w3.css dashboard * fix unit test for test dashboard * add Roboto font * add awesome web font * add all favicon formats * load fonts locally * adapt unit tests * add all font and favicons to add-on * fix sonarqube warnings * add unit tests for all favicons
This commit is contained in:
@@ -84,7 +84,13 @@ SRC_FILES := $(wildcard $(SRC_PROXY)/*.py)\
|
||||
$(wildcard $(SRC_PROXY)/cnf/*.toml)\
|
||||
$(wildcard $(SRC_PROXY)/gen3/*.py)\
|
||||
$(wildcard $(SRC_PROXY)/gen3plus/*.py)\
|
||||
$(wildcard $(SRC_PROXY)/web/*.py)
|
||||
$(wildcard $(SRC_PROXY)/web/*.py)\
|
||||
$(wildcard $(SRC_PROXY)/web/templates/*.html)\
|
||||
$(wildcard $(SRC_PROXY)/web/static/css/*.css)\
|
||||
$(wildcard $(SRC_PROXY)/web/static/font/*)\
|
||||
$(wildcard $(SRC_PROXY)/web/static/font-awesome/*/*)\
|
||||
$(wildcard $(SRC_PROXY)/web/static/images/*)
|
||||
|
||||
CNF_FILES := $(wildcard $(CNF_PROXY)/*.toml)
|
||||
|
||||
# determine destination files
|
||||
|
||||
Reference in New Issue
Block a user