bad regexing causing missing fonts is gone now
This commit is contained in:
parent
8eb2db9be7
commit
7ab30949d6
5
make.sh
5
make.sh
@ -15,15 +15,14 @@ post() {
|
|||||||
updatestyle() {
|
updatestyle() {
|
||||||
# Updating index style
|
# Updating index style
|
||||||
cp style.css $rootDir/style.css
|
cp style.css $rootDir/style.css
|
||||||
sed -i 's/.\/fonts/..\/fonts/g' $rootDir/style.css
|
|
||||||
|
|
||||||
# Updating page style
|
# Updating page style
|
||||||
cp style.css $rootDir/page/style.css
|
cp style.css $rootDir/page/style.css
|
||||||
sed -i 's/.\/fonts/..\/fonts/g' $rootDir/page/style.css
|
sed -i 's/(.\/fonts/(..\/fonts/g' $rootDir/page/style.css
|
||||||
|
|
||||||
# Updating post style
|
# Updating post style
|
||||||
cp style.css $rootDir/post/style.css
|
cp style.css $rootDir/post/style.css
|
||||||
sed -i 's/.\/fonts/..\/fonts/g' $rootDir/page/style.css
|
sed -i 's/(.\/fonts/(..\/fonts/g' $rootDir/post/style.css
|
||||||
}
|
}
|
||||||
|
|
||||||
page() {
|
page() {
|
||||||
|
Loading…
Reference in New Issue
Block a user