From 43457faac2760d276e4507f847613c6e58fb51f6 Mon Sep 17 00:00:00 2001 From: Vincent Fournier Date: Fri, 31 Jul 2015 11:10:17 -0400 Subject: [PATCH] Fix bug where layout was not in production Change-Id: I221cd741578cfb63b94aae13531cd657c8efa60f --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index ca02469..7d4d5e6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -58,15 +58,15 @@ module.exports = function (grunt) { dest: '<%= project.dist %>/components/config/componentsConfig.json' }, { - src: '<%= project.app %>/components/config/developmentConfig.json', - dest: '<%= project.dist %>/components/config/developmentConfig.json' + src: '<%= project.app %>/components/config/defaultLayoutConfig.json', + dest: '<%= project.dist %>/components/config/defaultLayoutConfig.json' }, { src: '<%= project.app %>/index.html', dest: '<%= project.dist %>/index.html' } ] - }, + } }, sass: {