feature/redesign #3

Merged
konrad merged 28 commits from feature/redesign into main 2022-01-29 17:14:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 453655db4c - Show all commits

View File

@ -8,7 +8,7 @@
"email": "team@vikunja.io"
},
"scripts": {
"prod": "tailwindcss -i src/style.css -o static/css/styles.css",
"prod": "tailwindcss -i src/style.css -o static/css/styles.css --minify",
"watch": "tailwindcss -i src/style.css -o static/css/styles.css --watch",
"clean": "rm -rf dist && mkdir dist",
"release": "tar -czvf dist/vikunja-theme.tar.gz archetypes layouts static LICENSE README.md theme.toml"