revert script

This commit is contained in:
samaradel
2024-01-04 15:35:18 +02:00
parent 282032c11b
commit 8be8b70667

View File

@@ -32,7 +32,8 @@ source env.sh
# initialized and configures tailwind if not configured
if [ ! -f "tailwind.config.js" ]
then
@@ -37,23 +12,13 @@ then
./tailwindcss init
sed -i '' "s| content: \\[\\],| content: \\['./templates/**/*.html'\\],|g" tailwind.config.js
fi
# compiles tailwind css & launches locally