Merge pull request #3960 from w33ble/fix/worker-json

Copy worker-json to root path
This commit is contained in:
Spencer 2015-05-22 18:43:13 -07:00
commit 7f2c00c04f

View file

@ -71,6 +71,12 @@ module.exports = function (grunt) {
cwd: '<%= server %>/config/',
src: 'kibana.yml',
dest: '<%= build %>/dist/kibana/config/'
},
{
expand: true,
cwd: '<%= bowerComponentsDir %>/ace-builds/src-noconflict/',
src: 'worker-json.js',
dest: '<%= build %>/dist/kibana/src/public/'
}
]
},