mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Agg. CSS e JS
This commit is contained in:
@ -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" \
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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.*
|
||||
|
Reference in New Issue
Block a user