Skip to content

Commit

Permalink
Disable yuglify for JS until it works with jquery again
Browse files Browse the repository at this point in the history
  • Loading branch information
audax committed Apr 21, 2014
1 parent c6ea9ca commit d19cc36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pypo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
PIPELINE_JS = {
'components': {
'source_filenames': (
'jquery/dist/jquery.min.js',
'jquery/dist/jquery.js',
'bootstrap/dist/js/bootstrap.js',
'jquery-ui/ui/jquery-ui.js',
'bootstrap-tokenfield/dist/bootstrap-tokenfield.js',
Expand All @@ -108,6 +108,10 @@
},
}

# Disable yuglify until it works with jquery again
# https://github.com/yui/yuglify/issues/19
PIPELINE_JS_COMPRESSOR = None

PIPELINE_CSS = {
'all': {
'source_filenames': (
Expand Down

0 comments on commit d19cc36

Please sign in to comment.