Heroku gulp deploy

天涯浪子 提交于 2019-12-10 14:13:06

问题


I read all the topic about gulp and heroku but I don't udnerstand what's wrong with my procfile.

When I'm in local launching like that works: node node_modules/gulp/bin/gulp build

So in the procfile I write: web: node node_modules/gulp/bin/gulp build

as advised here http://www.sitepoint.com/deploying-heroku-using-gulp-node-git/

But still this is not working. No build problem nothing with the heroku log...

Any idea ?

来源:https://stackoverflow.com/questions/30386492/heroku-gulp-deploy

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!