Skip to content

Commit 7ccddfa

Browse files
committed
Use node to run r.js
1 parent a5cdbe2 commit 7ccddfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cb.addons/addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ var Addon = function(_rootPath, options) {
153153
};
154154

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

0 commit comments

Comments
 (0)