Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
出于某种原因,我需要从我的项目中删除Grunt 。我的 Internet 连接非常慢,我需要备份我的项目并将项目保存到dropbox。Grunt 使我的项目规模大于我可以将项目上传到互联网的能力。如何删除或跳过 grunt 目录进行备份?
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 )
npm install -g grunt-cli