我如何构建 cannon.js 源代码以获得 cannon.js 库

How can I build cannon.js source code to get cannon.js lib

cannon.js 项目在 github url: https://github.com/schteppe/cannon.js

但无论如何我都找不到构建此源代码以在二进制文件夹中获取 cannon.js 库的方法。

能告诉我这个源码的构建方法吗?

确保您已安装 git、Node.js, and grunt

在命令行中,执行以下操作:

git clone https://github.com/schteppe/cannon.js.git;
cd cannon.js;
npm install;
grunt;