Skip to content

Commit

Permalink
remove config for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
it-schaedler committed Oct 29, 2015
1 parent 6191c46 commit c748c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/plovr_extended.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ module.exports = function (grunt) {
grunt.file.write(configfilename, configFileContent);

// do the plovr job
var cmd = cd_cwd + ' java ' + '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 ' + '-jar ' + path.join(__dirname, '..', 'bin', '/') + 'plovr.jar build ' + configfilename + options_;
var cmd = cd_cwd + ' java -jar ' + path.join(__dirname, '..', 'bin', '/') + 'plovr.jar build ' + configfilename + options_;
console.log(cmd);
var prog = shell.exec(cmd);
// delete temporary configfile
Expand Down

0 comments on commit c748c09

Please sign in to comment.