使用grunt build pack将其推送到heroku后,显示以下错误:
-----> No Gruntfile (grunt.js, Gruntfile.js, Gruntfile.coffee) found
但是通过检查git,我可以确定有一个gruntfile.js存在,并且在我的本地运行grunt是成功的。
它导致我的应用程序无法使用,并且在控制台中有以下结果:
Uncaught SyntaxError: Unexpected token < /build/js/dist.min.js:1
怎么解决?谢谢!
将文件名更改为Gruntfile.js
(大写G)
通过修改grunt文件和package.json的内容修复