发布于 2012-10-18 18:37:39
grunt test
应该可以做到这一点。
发布于 2012-10-18 19:45:36
格伦特吃自己的狗粮。
git clone https://github.com/gruntjs/grunt
cd grunt
grunt test
或者,像任何grunt存储库一样(因为package.json是格式良好的):
cd grunt
npm test
https://stackoverflow.com/questions/12952506
复制相似问题