Skip to content

Commit 99ed9a2

Browse files
authored
Merge pull request Den1al#8 from Den1al/develop
added template
2 parents 57154a7 + d0a5e9a commit 99ed9a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Config(object):
1313
HOST = '0.0.0.0'
1414
URL = 'http://yourwebsite.com'
1515

16-
MINIFY_JS = True
1716

1817
class ProductionConfig(Config):
1918
DATABASE_URI = 'mysql://user@localhost/foo'

app/static/js/jss_template.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% include 'jquery.min.js' %}
2+
23
{% include 'prune.js' %}
34

45
! function foo(config) {

0 commit comments

Comments
 (0)