尝试使用Grunt构建jQuery时,我收到以下警告:
"Warning: You need to run this command from the toplevel of the working tree. Use --force to continue."
我的项目结构如下,我在jquery文件夹中运行grunt:
/ myProject的 /组件 / 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依赖项。