feat: rotated table display
This commit is contained in:
2
Makefile
2
Makefile
@@ -19,7 +19,7 @@ run: tailwindcss
|
||||
# and then do `go run .` to rebuild all else
|
||||
.PHONY: run/live
|
||||
run/live:
|
||||
wgo -verbose -file=.go -file=.gohtml -file=$(TAILWIND_CONF) make run
|
||||
wgo -verbose -file=.go -file=.gohtml -file=.css -file=$(TAILWIND_CONF) make run
|
||||
|
||||
# this is alias to concrete task that will build out.css
|
||||
.PHONY: tailwindcss
|
||||
|
||||
Reference in New Issue
Block a user