X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Gruntfile.js;h=8dc5b83bdb3a8fd74d9298c6064085d7338687e4;hb=9d7dd6b0d2480d3efff5b0ab1461f2ef99bfd57a;hp=c741954973cc3321b78c893f3c92f32385e6b745;hpb=cdd3010b478c9ca818dd6d22d03c81ef4a5ab208;p=github%2Fwallabag%2Fwallabag.git diff --git a/Gruntfile.js b/Gruntfile.js index c7419549..8dc5b83b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,6 +45,7 @@ module.exports = function (grunt) { src: [ '<%= appDir %>/themes/material/js/init.js', '<%= appDir %>/themes/_global/js/restoreScroll.js', + 'node_modules/jquery.tinydot/src/jquery.tinydot.js', ], dest: '<%= buildDir %>/material.js', },