formapro / JsFormValidatorBundle

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

Start to use some building tool #152

Open pesektomas opened 4 years ago

pesektomas commented 4 years ago

For building docker container we have to run asset:install command, npm installs (from root and from test project) and in test project we have to run npm run build command.

Iit would be great to use something like a phing or put these commands into package.json scripts.

Does anyone have any recommendations?