尝试使用 Grunt 构建 jQuery 时收到以下警告:
"Warning: You need to run this command from the toplevel of the working tree. Use --force to continue."
我的项目的结构是这样的,我从 jquery 文件夹中运行 grunt:
/myProject /components /jquery
如果我将几个文件夹转到 /myProject 并运行,grunt
我会得到:
"Warning: Task "default" not found. Use --force to continue."
跑步grunt --gruntfile components/jquery/Gruntfile.js
也没什么好处。
我究竟做错了什么?
我已经安装了 grunt-cli v0.1.6 + grunt v0.4.0rc5。我还安装了所有 jquery npm 依赖项。