npm_package.js revision fc736de3545f5dc85d785aeb3542f2d6621e7974
Y,
Y = YUI(); //This makes YUI.Env.aliases valid
if (!start) {
}
}
var o = '../index';
if (p) {
o = './index';
}
return str;
};
var o = '../index';
if (p) {
o = './index';
}
str += 'inst.applyConfig({ debug: true, filter: "debug" });\n';
return str;
};
if (stat.isDirectory()) {
}
});
var index = 'exports.path = function() {' +
' return __dirname;' +
'};\n' +
'var YUI = require("./yui-nodejs/yui-nodejs-debug").YUI;\n' +
'YUI.applyConfig({ debug: true, filter: "debug" });\n' +
'exports.YUI = YUI;';
});