Skip to content

Commit 324de3f

Browse files
authored
Do not combine JS files in DEV mode
1 parent 57e6d9f commit 324de3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/views/javascripts-dev.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
'@FpJsFormValidatorBundle/Resources/public/js/constraints/*'
44
'@FpJsFormValidatorBundle/Resources/public/js/transformers/*'
55
'@FpJsFormValidatorBundle/Resources/public/js/jquery.fpjsformvalidator.js'
6-
output="js/fp_js_validator.js" combine=true %}
6+
output="js/fp_js_validator.js" combine=false %}
77
<script src="{{ asset_url }}"></script>
88
{% endjavascripts %}
99

1010
{{ js_validator_config() }}
1111
{{ init_js_validation() }}
1212

13-
{{ update_js_lib() }}
13+
{{ update_js_lib() }}

0 commit comments

Comments
 (0)