Rename _tw-input.css to tw-input.css
This commit is contained in:
parent
b7a24b48fd
commit
6bf3b05407
4
Makefile
4
Makefile
|
@ -5,7 +5,7 @@ SOURCE := $(shell find db env lib lnd public server -type f) main.go
|
||||||
|
|
||||||
delphi.market: $(SOURCE)
|
delphi.market: $(SOURCE)
|
||||||
npm run build
|
npm run build
|
||||||
tailwindcss -i public/css/_tw-input.css -o public/css/tailwind.css
|
tailwindcss -i public/css/tw-input.css -o public/css/tailwind.css
|
||||||
templ generate -path server/router/pages
|
templ generate -path server/router/pages
|
||||||
go build -o delphi.market .
|
go build -o delphi.market .
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ build: delphi.market
|
||||||
|
|
||||||
run:
|
run:
|
||||||
npm run build
|
npm run build
|
||||||
tailwindcss -i public/css/_tw-input.css -o public/css/tailwind.css
|
tailwindcss -i public/css/tw-input.css -o public/css/tailwind.css
|
||||||
templ generate -path server/router/pages
|
templ generate -path server/router/pages
|
||||||
go run .
|
go run .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue