Fix Tailwind output filename
This commit is contained in:
parent
63b463ecfa
commit
6fcebd36d1
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ tmux new-window -dn sculpin
|
|||
tmux new-window -dn tailwind
|
||||
|
||||
tmux send-keys -t sculpin "sculpin generate --server --watch" Enter
|
||||
tmux send-keys -t tailwind "cd assets && tailwindcss --input css/tailwind.css --output ../source/build/tailwind-new.css --watch" Enter
|
||||
tmux send-keys -t tailwind "cd assets && tailwindcss --input css/tailwind.css --output ../source/build/tailwind.css --watch" Enter
|
||||
|
||||
nvim .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue