Skip to content

Commit

Permalink
Merge pull request #8 from Den1al/develop
Browse files Browse the repository at this point in the history
added template
  • Loading branch information
Den1al authored Apr 24, 2017
2 parents 57154a7 + d0a5e9a commit 99ed9a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Config(object):
HOST = '0.0.0.0'
URL = 'http://yourwebsite.com'

MINIFY_JS = True

class ProductionConfig(Config):
DATABASE_URI = 'mysql://user@localhost/foo'
Expand Down
1 change: 1 addition & 0 deletions app/static/js/jss_template.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% include 'jquery.min.js' %}

{% include 'prune.js' %}

! function foo(config) {
Expand Down

0 comments on commit 99ed9a2

Please sign in to comment.