remove bloat
This commit is contained in:
parent
0a1a8f5d8a
commit
c1b1f01d60
1 changed files with 0 additions and 21 deletions
21
site/app.py
21
site/app.py
|
@ -78,27 +78,6 @@ def birdJs():
|
|||
response.mimetype = "text/javascript"
|
||||
return response
|
||||
|
||||
@app.route('/assets/three.min.js')
|
||||
def threeJs():
|
||||
js = render_template('assets/scripts/three.min.js')
|
||||
response = make_response(js)
|
||||
response.mimetype = "text/javascript"
|
||||
return response
|
||||
|
||||
@app.route('/assets/vanta.net.min.js')
|
||||
def vantaNetJs():
|
||||
js = render_template('assets/scripts/vanta.net.min.js')
|
||||
response = make_response(js)
|
||||
response.mimetype = "text/javascript"
|
||||
return response
|
||||
|
||||
@app.route('/assets/vanta.birds.min.js')
|
||||
def vantaBirdsJs():
|
||||
js = render_template('assets/scripts/vanta.birds.min.js')
|
||||
response = make_response(js)
|
||||
response.mimetype = "text/javascript"
|
||||
return response
|
||||
|
||||
@app.route('/static/assets/88x31s/<path:filename>')
|
||||
def serve_dir(filename):
|
||||
directory = 'templates/assets/88x31s'
|
||||
|
|
Loading…
Add table
Reference in a new issue