Browse Source

Updated: using minified versions of foundation, jquery.

Steve Thielemann 4 years ago
parent
commit
d8d198fea5
3 changed files with 4 additions and 3 deletions
  1. 1 0
      static/js/vendor/jquery-3.5.1.min.js
  2. 2 2
      templates/base.html
  3. 1 1
      up.sh

File diff suppressed because it is too large
+ 1 - 0
static/js/vendor/jquery-3.5.1.min.js


+ 2 - 2
templates/base.html

@@ -17,9 +17,9 @@
       </div>  
 {% block content %}{% endblock %}
     </div>
-    <script src="{{ url_for( 'static', filename='js/vendor/jquery.js') }}"></script>
+    <script src="{{ url_for( 'static', filename='js/vendor/jquery-3.5.1.min.js') }}"></script>
     <script src="{{ url_for( 'static', filename='js/vendor/what-input.js') }}"></script>
-    <script src="{{ url_for( 'static', filename='js/vendor/foundation.js') }}"></script>
+    <script src="{{ url_for( 'static', filename='js/vendor/foundation.min.js') }}"></script>
     <script src="{{ url_for( 'static', filename='js/app.js') }}"></script>
     <footer class="large-12 callout">
     BZ&amp;BZ BBS

+ 1 - 1
up.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-gunicorn messages:app
+gunicorn messages:app -b 0.0.0.0:8000 --reload
 
 # FLASK_APP=messages.py flask run
 

Some files were not shown because too many files changed in this diff