diff --git a/.buildpacks b/.buildpacks index c21c1def..eb87e7df 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,3 +1,2 @@ -https://github.com/heroku/heroku-buildpack-nodejs https://github.com/HashNuke/heroku-buildpack-elixir https://github.com/gjaldon/phoenix-static-buildpack diff --git a/phoenix_static_buildpack.config b/phoenix_static_buildpack.config new file mode 100644 index 00000000..a671d458 --- /dev/null +++ b/phoenix_static_buildpack.config @@ -0,0 +1,5 @@ +# We can set the version of Node to use for the app here +node_version=5.3.0 + +# We can set the version of NPM to use for the app here +npm_version=3.5.2