mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
remove jruby stuff from grunt run
This commit is contained in:
parent
5f1fb703ae
commit
a863530c57
1 changed files with 0 additions and 13 deletions
|
@ -1,7 +1,4 @@
|
|||
module.exports = function (grunt) {
|
||||
var jrubyPath = grunt.config.get('jrubyPath');
|
||||
var jruby = jrubyPath + '/bin/jruby';
|
||||
var cmd = grunt.config.get('src') + '/server/bin/initialize';
|
||||
var os = require('os');
|
||||
var arch = os.arch();
|
||||
var platform = os.platform();
|
||||
|
@ -22,16 +19,6 @@ module.exports = function (grunt) {
|
|||
var args = ['-H', '127.0.0.1'];
|
||||
|
||||
var config = {
|
||||
mri_server: {
|
||||
options: options,
|
||||
cmd: cmd,
|
||||
args: args
|
||||
},
|
||||
jruby_server: {
|
||||
options: options,
|
||||
cmd: jruby,
|
||||
args: [cmd].concat(args)
|
||||
},
|
||||
built_kibana: {
|
||||
options: {
|
||||
wait: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue