diff options
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
| @@ -6,16 +6,14 @@ dev-server: openring | |||
| 6 | hugo server --bind=0.0.0.0 --buildDrafts | 6 | hugo server --bind=0.0.0.0 --buildDrafts |
| 7 | 7 | ||
| 8 | tailwind-watch: | 8 | tailwind-watch: |
| 9 | npx tailwindcss \ | 9 | npx tailwindcss --jit --minify --watch \ |
| 10 | -i ./themes/simple/static/css/tailwind.css \ | 10 | -i ./themes/simple/static/css/tailwind.css \ |
| 11 | -o ./static/general/index.css \ | 11 | -o ./static/general/index.css |
| 12 | --jit --minify --watch | ||
| 13 | 12 | ||
| 14 | tailwind-build: | 13 | tailwind-build: |
| 15 | npx tailwindcss \ | 14 | npx tailwindcss --jit --minify \ |
| 16 | -i ./themes/simple/static/css/tailwind.css \ | 15 | -i ./themes/simple/static/css/tailwind.css \ |
| 17 | -o ./static/general/index.css \ | 16 | -o ./static/general/index.css |
| 18 | --jit --minify | ||
| 19 | 17 | ||
| 20 | deploy: openring tailwind-build | 18 | deploy: openring tailwind-build |
| 21 | hugo --gc --minify | 19 | hugo --gc --minify |
