mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
module.exports = function (grunt) {
|
|
grunt.registerTask('_build:plugins', function () {
|
|
grunt.file.mkdir('build/kibana/plugins');
|
|
});
|
|
};
|