0

出于某种原因,我需要从我的项目中删除Grunt 。我的 Internet 连接非常慢,我需要备份我的项目并将项目保存到dropbox。Grunt 使我的项目规模大于我可以将项目上传到互联网的能力。如何删除或跳过 grunt 目录进行备份?

4

1 回答 1

1

Yes. You only the "Gruntfile"
Grunt application shouldn't be installed in the project folder anyway, but globally: npm install -g grunt-cli ( -g == global )

于 2013-11-11T07:54:46.733 回答