]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - Gruntfile.js
Better translation for the weird sentence
[github/wallabag/wallabag.git] / Gruntfile.js
index 04fd1fe865596f71ca54656316ff8279f13e7407..8dc5b83bdb3a8fd74d9298c6064085d7338687e4 100644 (file)
@@ -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/',
           },