# Contributing 
If you are improving JS in this package, updating minified version before the commit is required.

After modifying the files in `./Bundle/Resources/views/assets/src/`, run the command below 
to update the minified versions in the `./Bundle/Resources/views/assets/dist/` folder : 
```
npm install
gulp
```