eliminato flowbit-ui

This commit is contained in:
fabio
2026-03-01 17:19:23 +01:00
parent b852f656d4
commit a5dda58555
13 changed files with 51 additions and 1439 deletions

View File

@@ -1,16 +1,16 @@
.PHONY: tw-build tw-watch htmx-copy flowbite-copy assets server test db-reset fmt
tw-build:
npm --prefix flowbite-ui run tw:build
npm run tw:build
tw-watch:
npm --prefix flowbite-ui run tw:watch
npm run tw:watch
htmx-copy:
mkdir -p web/static/vendor && cp flowbite-ui/node_modules/htmx.org/dist/htmx.min.js web/static/vendor/htmx.min.js
mkdir -p web/static/vendor && cp node_modules/htmx.org/dist/htmx.min.js web/static/vendor/htmx.min.js
flowbite-copy:
mkdir -p web/static/vendor && cp flowbite-ui/node_modules/flowbite/dist/flowbite.min.js web/static/vendor/flowbite.js
mkdir -p web/static/vendor && cp node_modules/flowbite/dist/flowbite.min.js web/static/vendor/flowbite.js
assets: htmx-copy flowbite-copy tw-build