From 17d18c2de1e98835381925d8d0b1d8132b619b81 Mon Sep 17 00:00:00 2001 From: Neelabh Gupta Date: Thu, 12 Nov 2015 06:40:24 -0600 Subject: [PATCH] Fix jquery-notific8 fonts not loading in distribution version Fonts are now copied to /styles/fonts/, which is where jquery-notific8 looks for them. Removed the /styles/fonts/ directory from the grunt-rev config, to prevent renaming of font files. --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1de81b22..7c1838a0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -253,7 +253,6 @@ module.exports = function (grunt) { '<%= config.dist %>/scripts/{,*/}*.js', '<%= config.dist %>/styles/{,*/}*.css', '<%= config.dist %>/images/{,*/}*.*', - '<%= config.dist %>/styles/fonts/{,*/}*.*', '<%= config.dist %>/*.{ico,png}' ] } @@ -374,7 +373,7 @@ module.exports = function (grunt) { dot: true, cwd: 'bower_components/jquery-notific8/dist/fonts/', src: ['*.*'], - dest: '<%= config.dist %>/styles/font/' + dest: '<%= config.dist %>/styles/fonts/' }] }, styles: {