我第一次尝试使用Grunt完成一些任务。 在任何任务中我都有这个错误:
Loading "Gruntfile.js" tasks...ERROR
>> SyntaxError: Unexpected identifier
Warning: Task "default" not found. Use --force to continue.
Aborted due to warnings.
这是我的 Gruntfile.js :http://pastebin.com/SqCEBw0N
这是我的 package.json :http://pastebin.com/5SkxxM44
它出了什么问题?