diff --git a/Gruntfile.js b/Gruntfile.js index bd277c831..1d6e62490 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: [ diff --git a/package.json b/package.json index 91e93220d..791ec9f2b 100644 --- a/package.json +++ b/package.json @@ -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",