From a480aa6e0a8ffbbda640f78f60a8ed0c5912ece7 Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Thu, 23 Apr 2015 21:21:45 +0300 Subject: [PATCH] Updated build process to copy icons --- Gruntfile.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 1f01d6e..0f20508 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,6 +45,11 @@ module.exports = function(grunt) { dest: 'build/', flatten: true, expand: true + }, { + src: 'src/img/*.*', + dest: 'build/img/', + flatten: true, + expand: true }, { src: 'src/js/analytics.js', dest:'build/js/',