Skip to content

Commit

Permalink
Don't minify
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelb committed May 2, 2014
1 parent 57c55f6 commit cea1b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/config/middleware.py
Expand Up @@ -88,7 +88,7 @@ def make_app(conf, full_stack=True, static_files=True, **app_conf):
fanstatic_config = {
'versioning': True,
'recompute_hashes': False,
'minified': True,
'minified': False,
'bottom': True,
'bundle': True,
}
Expand Down

0 comments on commit cea1b1a

Please sign in to comment.