mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
* appgenerator: rework css using tailwind + misc cleanup, wording * appgenerator: tweak gettext + update translations (at least fr) * appgenerator: bump version idk
6 lines
267 B
Text
6 lines
267 B
Text
# Download standalone tailwind to compile what we need
|
|
wget https://github.com/tailwindlabs/tailwindcss/releases/download/v3.3.3/tailwindcss-linux-x64
|
|
chmod +x tailwindcss-linux-x64
|
|
./tailwindcss-linux-x64 --input tailwind-local.css --output tailwind.css --minify
|
|
|
|
|