diff --git a/Gruntfile.js b/Gruntfile.js index d932d020f31f..60b3780169eb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function (grunt) { src: __dirname + '/src', // unbuild version of build build: __dirname + '/build', // copy of source, but optimized app: __dirname + '/src/kibana', // source directory for the app - plugins: __dirname + '/src/plugins', // source directory for the app + plugins: __dirname + '/src/kibana/plugins', // source directory for the app server: __dirname + '/src/server', // source directory for the server target: __dirname + '/target', // location of the compressed build targets buildApp: __dirname + '/build/kibana', // build directory for the app