Added jQuery Validation 1.19.5 to the project NPM configuration as well as the Flask assets build script for js_main.

This commit is contained in:
Matt Scott
2023-04-10 13:06:06 -04:00
parent 022e780d77
commit 2e30b83545
3 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,7 @@ js_main = Bundle(
'node_modules/datatables.net-bs4/js/dataTables.bootstrap4.js',
'node_modules/jquery-sparkline/jquery.sparkline.js',
'node_modules/jquery-slimscroll/jquery.slimscroll.js',
'node_modules/jquery-validation/dist/jquery.validate.js',
'node_modules/icheck/icheck.js',
'node_modules/fastclick/lib/fastclick.js',
'node_modules/moment/moment.js',