Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Removed minification
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrevinnoc committed Feb 10, 2021
1 parent 522b8af commit 95b0aaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pip3 install -U wordnet
pip3 install -U numexpr
pip3 install -U flask-caching
pip3 install -U pillow
pip3 install -U Flask-Minify

python3 -m spacy download en_core_web_sm
python3 -c "import nltk; nltk.download('punkt')"
Expand Down
2 changes: 0 additions & 2 deletions future.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
from bs4 import BeautifulSoup
from config import HOST_NAME, PEER_PORT, CONTACT, MAINTAINER, FIRST_NOTICE, SECOND_NOTICE, DONATE, COLABORATE, CACHE_TIMEOUT, CACHE_THRESHOLD
from PIL import Image
from flask_minify import minify

bson.loads = bson.BSON.decode
bson.dumps = bson.BSON.encode
Expand Down Expand Up @@ -85,7 +84,6 @@
'CACHE_THRESHOLD': CACHE_THRESHOLD,
'CACHE_DIR': './external_image_cache'
})
minify(app=app, html=True, js=True, cssless=True, static=False, fail_safe=False, caching_limit=0)


def sendRegisterRequestToPeer(url):
Expand Down

0 comments on commit 95b0aaf

Please sign in to comment.