diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-03 21:36:58 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-03 21:36:58 +0100 |
| commit | f718ba2411b7caa18872724d5d3edb95e844337d (patch) | |
| tree | 99a68c133c136944d979e9bb7f78ef2df5584e98 /Makefile | |
| parent | 45b7443aa8f5da1585868213728687364e99831a (diff) | |
| download | mitjafelicijan.com-f718ba2411b7caa18872724d5d3edb95e844337d.tar.gz | |
Unify some of the styles
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 |
