Ok, so I spent a little time on this and came up with an answer. By default, heroku installs all packages from a file package.json, so it is npm installno longer required. Then it remained - gulp buildand http-server.
"postinstall" : "gulp build" package.json, web: http-server.
. , , .