mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Tweaked build system to allow serving both marvel and kibana content without building and without symlinks
8 lines
No EOL
165 B
JavaScript
8 lines
No EOL
165 B
JavaScript
module.exports = function (grunt) {
|
|
grunt.registerTask('server', function () {
|
|
grunt.task.run([
|
|
'configureRewriteRules',
|
|
'connect'
|
|
]);
|
|
});
|
|
}; |