Skip to content

Commit

Permalink
remove jruby stuff from grunt run
Browse files Browse the repository at this point in the history
  • Loading branch information
w33ble committed Jan 21, 2015
1 parent 5f1fb70 commit a863530
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tasks/config/run.js
Original file line number Diff line number Diff line change
@@ -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();
Expand All @@ -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,
Expand Down

0 comments on commit a863530

Please sign in to comment.