We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57154a7 + d0a5e9a commit 99ed9a2Copy full SHA for 99ed9a2
app/config.py
@@ -13,7 +13,6 @@ class Config(object):
13
HOST = '0.0.0.0'
14
URL = 'http://yourwebsite.com'
15
16
- MINIFY_JS = True
17
18
class ProductionConfig(Config):
19
DATABASE_URI = 'mysql://user@localhost/foo'
app/static/js/jss_template.js
@@ -1,4 +1,5 @@
1
{% include 'jquery.min.js' %}
2
+
3
{% include 'prune.js' %}
4
5
! function foo(config) {
0 commit comments