formapro / JsFormValidatorBundle

The Javascript validation for Symfony 2, 3 and 4 forms
MIT License
128 stars 56 forks source link

Webpack/encore support #134

Closed danaki closed 4 years ago

danaki commented 6 years ago

Hi, I'm using symfony 3.3 without Assetic.

{{ include('FpJsFormValidatorBundle::javascripts.html.twig') }}

doesn't work because there're no "javascripts" twig tag defined. Is it possible to update documentation for Encore users?

https://symfony.com/blog/introducing-webpack-encore-for-asset-management

66Ton99 commented 6 years ago

PR is welcome.

benr77 commented 6 years ago

@danaki Did you get anywhere with this? I am now facing the same issue.

danaki commented 6 years ago

@benr77 No, my project was cancelled.

boubbin commented 6 years ago

I ended up using assetic for this

pesektomas commented 4 years ago

Hello guys, I think so new version (^1.6) work with webpack encore. So this issue can be closed.