Skip to content

Commit c29567a

Browse files
committed
Fix #274: fix use of r.js from .bin
1 parent a93e7c7 commit c29567a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cb.addons/addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ var Addon = function(_rootPath, options) {
122122
var addonPath = this.root;
123123

124124
// R.js bin
125-
var rjs = path.resolve(__dirname, "../../node_modules/.bin/r.js");
125+
var rjs = path.resolve(__dirname, "../../node_modules/requirejs/bin/r.js");
126126

127127
// Path to the require-tools
128128
var requiretoolsPath = path.resolve(__dirname, "require-tools");

0 commit comments

Comments
 (0)