Add alpine.js
This commit is contained in:
parent
998756e0da
commit
c56d072da4
8 changed files with 15 additions and 31 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ install: ## Install dependencies
|
|||
@qlot install ; npm i
|
||||
|
||||
css: ## Scan and build tailwindcss
|
||||
@npx tailwindcss -o ./static/tailwind.css --watch
|
||||
@npx tailwindcss -o ./static/style/tailwind.css --watch
|
||||
|
||||
help: ## Show options
|
||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue