Update justfile
This commit is contained in:
parent
f93f72bcf6
commit
8077aa1e74
1 changed files with 2 additions and 5 deletions
7
justfile
7
justfile
|
@ -1,8 +1,5 @@
|
|||
zola_bin := "flatpak run org.getzola.zola"
|
||||
tailwind_bin := "npx tailwindcss"
|
||||
|
||||
zola:
|
||||
{{zola_bin}} serve --open --drafts
|
||||
flatpak run org.getzola.zola serve --open --drafts
|
||||
|
||||
tailwind:
|
||||
{{tailwind_bin}} -mw -i input.css -o static/main.css
|
||||
npx tailwindcss -w -i input.css -o static/main.css
|
||||
|
|
Loading…
Reference in a new issue