add docs for Makefile
This commit is contained in:
parent
b994979092
commit
c7dafb8555
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -55,3 +55,18 @@ then in the root folder:
|
|||
npx tailwindcss -i ./src/input.css -o ./static/output.css --watch
|
||||
|
||||
Same deal, it will monitor changes in the templates and regenerate the output.css on the fly.
|
||||
|
||||
### Makefile
|
||||
|
||||
I added a makefile to not have to remember the command lines :
|
||||
|
||||
make tailwind
|
||||
|
||||
starts the CSS generator
|
||||
|
||||
and
|
||||
|
||||
make air
|
||||
|
||||
starts the go watcher builder although I do not know why anyone wants to type the 5 extra chars.
|
||||
|
||||
|
|
Loading…
Reference in a new issue