add jquery-lazy

This commit is contained in:
Uwe Steinmann 2024-10-28 12:59:47 +01:00
parent a8a8402c6e
commit da99d6e366
2 changed files with 9 additions and 0 deletions

View File

@ -206,6 +206,14 @@ module.exports = function (grunt) {
],
dest: bootstrapDir + '/spectrum-colorpicker2',
flatten: true
},{
expand: true,
src: [
nodeDir + '/jquery-lazy/jquery.lazy.min.js',
nodeDir + '/jquery-lazy/jquery.lazy.plugins.js'
],
dest: bootstrapDir + '/jquery-lazy',
flatten: true
},{
expand: true,
src: [

View File

@ -27,6 +27,7 @@
"grunt-contrib-copy": "^1.0.0",
"jqtree": "^1.5.1",
"jquery": "^3.7.1",
"jquery-lazy": "^1.7.11",
"jquery-typeahead": "^2.11.1",
"jquery-validation": "^1.19.2",
"moment": "^2.29.1",