Agg. CSS e JS

This commit is contained in:
2023-03-23 23:43:53 +01:00
parent 6f618b4f12
commit e4cdaf8e70
8 changed files with 47 additions and 34 deletions

View File

@ -13,7 +13,8 @@ python3 ../staticoso/App/Source/Build.py \
" \
--MastodonURL="https://botsin.space" \
--MastodonToken="$MastodonToken;Debug=True" \
--ActivityPubHoursLimit="0"
--ActivityPubHoursLimit="0" \
--GemtextOutput=True
#--DiffBuild="True" \
#--GemtextOutput=True #\
#--MastodonURL="https://botsin.space" \

View File

@ -5,7 +5,7 @@ GetArchive() {
wget \
-O ./staticoso.tar.bz2 \
https://gitlab.com/octtspacc/staticoso/-/archive/$1/staticoso-$1.tar.bz2
tar xvf ./staticoso.tar.bz2
tar xf ./staticoso.tar.bz2
mv ./staticoso-$1 ./staticoso
}

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Common action after the base site build succeeded
cp -vr ./Assets/* ./public/
#cp -vr ./Assets/* ./public/
# Compile self-executable assets
#for Dir in public public.*