Skip to content

Commit

Permalink
Use node to run r.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Mar 19, 2014
1 parent a5cdbe2 commit 7ccddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cb.addons/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var Addon = function(_rootPath, options) {
};

// Build command for r.js
var command = rjs+" -o "+_.reduce(utils.deepkeys(optconfig), function(s, value, key) {
var command = "node "+rjs+" -o "+_.reduce(utils.deepkeys(optconfig), function(s, value, key) {
return s+key+"="+value+" ";
}, "");

Expand Down

0 comments on commit 7ccddfa

Please sign in to comment.