X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Gruntfile.js;h=8dc5b83bdb3a8fd74d9298c6064085d7338687e4;hb=a94108f574fe3aaeb473fe2b713affcbffb9255b;hp=04fd1fe865596f71ca54656316ff8279f13e7407;hpb=0743287f955fd19fd1a04c91f3b40a4ac2236423;p=github%2Fwallabag%2Fwallabag.git diff --git a/Gruntfile.js b/Gruntfile.js index 04fd1fe8..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', }, @@ -158,7 +159,7 @@ module.exports = function (grunt) { { expand: true, overwrite: true, - cwd: '<%= appDir %>/lib/material-design-icons/iconfont/', + cwd: '<%= appDir %>/lib/material-design-icons-iconfont/dist/fonts/', src: '*', dest: '<%= buildDir %>/themes/material/fonts/', },