diff --git a/.buildpacks b/.buildpacks index 7fdb284..e87c921 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,3 +1,2 @@ https://github.com/HashNuke/heroku-buildpack-elixir.git -https://github.com/gjaldon/heroku-buildpack-phoenix-static.git - +#https://github.com/gjaldon/heroku-buildpack-phoenix-static.git diff --git a/mix.exs b/mix.exs index 5ab1e16..de70d3f 100644 --- a/mix.exs +++ b/mix.exs @@ -73,8 +73,7 @@ defmodule Aprs.MixProject do {:faker, "~> 0.17.0", only: [:dev, :test]}, {:stream_data, "~> 0.5", only: [:dev, :test]}, {:mix_test_watch, "~> 1.1", only: [:dev, :test]}, - {:sobelow, "~> 0.8", only: :dev}, - {:codepagex, "~> 0.1.6"} + {:sobelow, "~> 0.8", only: :dev} ] end