I have two js files in my project. Customvalidation.js and CustomValidation.min.js. I completed my project and during release I had a change in js . So , here Can I directly go ahead and edit minified file or CustomValidation.js first I have to do ? I know it is recommended to do in both js so that future development will be easy.
But my question Is it possible to edit directly min.js ? If possible , then when it will be compiled again ? In my front-end code I am referring min.js only.