mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
module.exports = function (grunt) {
|
|
grunt.registerTask('plugin', [
|
|
'build',
|
|
'compress:plugin'
|
|
]);
|
|
};
|