FEAT: build static files with npm (sass, concat, minify), remove build step from python, include minified bundle files (#1601)

This commit is contained in:
dni ⚡ 2023-04-21 14:51:46 +02:00 committed by GitHub
parent bef2d4a72e
commit 1b84ebf13d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 2064 additions and 850 deletions

View file

@ -4,10 +4,6 @@ version = "0.10.4.1"
description = "LNbits, free and open-source Lightning wallet and accounts system."
authors = ["Alan Bits <alan@lnbits.com>"]
[tool.poetry.build]
generate-setup-file = false
script = "tools/build.py"
[tool.poetry.dependencies]
python = "^3.10 | ^3.9"
bech32 = "1.2.0"
@ -22,7 +18,6 @@ lnurl = "0.3.6"
psycopg2-binary = "2.9.1"
pydantic = "1.10.4"
pyqrcode = "1.2.1"
pyScss = "1.4.0"
shortuuid = "1.0.11"
sqlalchemy = "1.3.24"
sqlalchemy-aio = "0.17.0"
@ -52,7 +47,7 @@ types-protobuf = "^3.19.22"
pylint = "^2.17.2"
[build-system]
requires = ["poetry-core>=1.0.0", "pyscss"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]