From 367ca291717436d82fca31c6618db619eebc6bd2 Mon Sep 17 00:00:00 2001 From: flavien peyre Date: Mon, 17 Aug 2015 14:56:42 -0400 Subject: [PATCH] Font awesome available in production Change-Id: I2bb8ec812daf86b15eece475c55cef0e8a47229a --- Gruntfile.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 7d4d5e6..98e238a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,6 +64,12 @@ module.exports = function (grunt) { { src: '<%= project.app %>/index.html', dest: '<%= project.dist %>/index.html' + }, + { + cwd: '<%= project.app %>/bower_components/fontawesome/fonts', + expand: true, + src: ['**.*'], + dest: '<%= project.dist %>/assets/fonts' } ] }