Any suggestions for making sure static assets are generated as part of the build process on Heroku?
The cause seems to be that the Node buildpack wasn't executed on initial deployment:
remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
remote: Detected buildpacks: Ruby,Node.js
remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rack
The build was initiated via Heroku CLI because the Deploy to Heroku button build process repeatedly failed. Thanks!
Any suggestions for making sure static assets are generated as part of the build process on Heroku?
The cause seems to be that the Node buildpack wasn't executed on initial deployment:
The build was initiated via Heroku CLI because the
Deploy to Heroku
button build process repeatedly failed. Thanks!