[build] do not copy the doc_site source into the final build

This commit is contained in:
spalger 2016-12-13 12:08:31 -07:00
parent aae8eecade
commit fccbe49622

View file

@ -14,6 +14,7 @@ module.exports = function (grunt) {
'!src/core_plugins/tests_bundle/**',
'!src/core_plugins/console/public/tests/**',
'!src/cli/cluster/**',
'!src/ui_framework/doc_site/**',
],
dest: 'build/kibana',
expand: true