Skip to content

Commit 2af0ffe

Browse files
committed
use tailwind && htmx
1 parent 25ef17b commit 2af0ffe

36 files changed

+2313
-574
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ ENV/
104104
config.yaml
105105
.volume
106106
elasticsearch-analysis-ik
107-
.pytest_cache
107+
.pytest_cache
108+
node_modules/

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ worker: ## worker
6363
monitor: ## flower
6464
docker-compose up tifa-monitor
6565

66+
watch-css: ## flower
67+
npx tailwindcss -i ./tifa/static/css/input.css -o ./tifa/static/css/main.css --watch
68+
6669
# docker images
6770

6871
build-tifa: ## > tifa

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"devDependencies": {
3+
"tailwindcss": "^3.4.1"
4+
}
5+
}

0 commit comments

Comments
 (0)