Fix bug where layout was not in production
Change-Id: I221cd741578cfb63b94aae13531cd657c8efa60f
This commit is contained in:
parent
c12dec323f
commit
43457faac2
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user