We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e6d9f commit 324de3fCopy full SHA for 324de3f
Resources/views/javascripts-dev.html.twig
@@ -3,11 +3,11 @@
3
'@FpJsFormValidatorBundle/Resources/public/js/constraints/*'
4
'@FpJsFormValidatorBundle/Resources/public/js/transformers/*'
5
'@FpJsFormValidatorBundle/Resources/public/js/jquery.fpjsformvalidator.js'
6
-output="js/fp_js_validator.js" combine=true %}
+output="js/fp_js_validator.js" combine=false %}
7
<script src="{{ asset_url }}"></script>
8
{% endjavascripts %}
9
10
{{ js_validator_config() }}
11
{{ init_js_validation() }}
12
13
-{{ update_js_lib() }}
+{{ update_js_lib() }}
0 commit comments