removed unneeded ref to font-awesome, added compression, ttl for static files, several small cleanups on labels, etc. for lighthouse improvements
This commit is contained in:
4
README
4
README
@@ -46,10 +46,6 @@ upstream packages...
|
||||
wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.contextMenu.min.js.map
|
||||
wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.ui.position.min.js
|
||||
|
||||
# font-awesome
|
||||
### browse to https://fontawesome.com/download, grab zip, unzip it into static/upstream
|
||||
# in fa-stack hand change width:2.5em to width:2em
|
||||
|
||||
### I tried to update via pip3, with this:
|
||||
sudo apt-get install libcairo2-dev libjpeg-dev libgif-dev libgirepository1.0-dev libcups2-dev
|
||||
pip3 list | tail -n +3 | grep -v mysqlclient | grep -v duplicity | grep -v gpg | awk ' { print $1 } ' | xargs pip3 install --upgrade
|
||||
|
||||
Reference in New Issue
Block a user