eliminato flowbit-ui
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user