Fix bug where layout was not in production

Change-Id: I221cd741578cfb63b94aae13531cd657c8efa60f
This commit is contained in:
Vincent Fournier 2015-07-31 11:10:17 -04:00
parent c12dec323f
commit 43457faac2

View File

@ -58,15 +58,15 @@ module.exports = function (grunt) {
dest: '<%= project.dist %>/components/config/componentsConfig.json' dest: '<%= project.dist %>/components/config/componentsConfig.json'
}, },
{ {
src: '<%= project.app %>/components/config/developmentConfig.json', src: '<%= project.app %>/components/config/defaultLayoutConfig.json',
dest: '<%= project.dist %>/components/config/developmentConfig.json' dest: '<%= project.dist %>/components/config/defaultLayoutConfig.json'
}, },
{ {
src: '<%= project.app %>/index.html', src: '<%= project.app %>/index.html',
dest: '<%= project.dist %>/index.html' dest: '<%= project.dist %>/index.html'
} }
] ]
}, }
}, },
sass: { sass: {