Skip to content

Commit a4093a9

Browse files
committed
Apply the JS minification only in non-debug mode
1 parent 2f003cf commit a4093a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Resources/views/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
{% block javascripts %}
136136
{# uncomment the following lines to combine and minimize JavaScript assets with Assetic
137-
{% javascripts filter="jsqueeze" output="js/app.js"
137+
{% javascripts filter="?jsqueeze" output="js/app.js"
138138
"assets/js/jquery-2.1.3.js"
139139
"assets/js/bootstrap-3.3.4.js"
140140
"assets/js/highlight.pack.js" %}

0 commit comments

Comments
 (0)