From f15a6ccf9376bc2113260fdedb51e21d65eb9b66 Mon Sep 17 00:00:00 2001 From: Thibault Cohen Date: Fri, 19 Jun 2015 16:15:52 -0400 Subject: [PATCH] Fix dist generation Change-Id: I3bfea037e13bff226db21baeccf5da9090df4210 --- Gruntfile.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 1a26616..599aa21 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,6 +37,12 @@ module.exports = function (grunt) { src: ['**.*'], dest: '<%= project.dist %>/assets/css/' }, + { + cwd: '<%= project.assets %>/images/', + expand: true, + src: ['**.*'], + dest: '<%= project.dist %>/assets/images/' + }, { cwd: '<%= project.app %>/', expand: true,