]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix font paths 2169/head
authorThomas Citharel <tcit@tcit.fr>
Thu, 23 Jun 2016 20:10:12 +0000 (22:10 +0200)
committerThomas Citharel <tcit@tcit.fr>
Thu, 23 Jun 2016 20:10:12 +0000 (22:10 +0200)
Gruntfile.js
bower.json

index 04fd1fe865596f71ca54656316ff8279f13e7407..c741954973cc3321b78c893f3c92f32385e6b745 100644 (file)
@@ -158,7 +158,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/',
           },
index aa529bd330b241bf6d4f41a5e3c71bdf6577d775..f2d2bd26e579fc18bb00874285b65193ddcb66ff 100644 (file)
@@ -33,6 +33,7 @@
   "dependencies": {
     "icomoon-bower": "^0.1.0",
     "bower-pt-sans": "pt-sans#*",
-    "roboto-fontface": "^0.4.5"
+    "roboto-fontface": "^0.4.5",
+    "material-design-icons-iconfont": "^2.0.4"
   }
 }