提交 70b6e138 编写于 作者: B Ben Houston

only build three.js and three.min.js for npm module.

上级 907c6980
......@@ -87,9 +87,9 @@ var buildModule = function ( name, version ) {
var cmdExe, args;
if (process.platform === 'win32' || process.platform === 'win64') {
cmdExe = "cmd.exe";
args = [ "/c", "build_all.bat" ];
args = [ "/c", "build.bat" ];
} else {
cmdExe = './build_all.sh';
cmdExe = './build.sh';
args = [];
}
var opts = { "cwd": "../build" };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册