1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-09 16:42:49 +00:00

server - added distillery for prod builds

This commit is contained in:
2018-01-22 16:03:12 -06:00
parent 0d3a92c28d
commit 259c270c51
20 changed files with 251 additions and 64 deletions

View File

@@ -5,7 +5,7 @@ defmodule MyApp.Mixfile do
[
app: :myapp,
version: "0.0.1",
elixir: "~> 1.4",
elixir: "~> 1.5.2",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
start_permanent: Mix.env == :prod,
@@ -47,6 +47,7 @@ defmodule MyApp.Mixfile do
{:dialyxir, "~> 0.5", only: [:dev], runtime: false},
{:ex_guard, "~> 1.3", only: :dev},
{:cachex, "~> 2.1"},
{:distillery, "~> 1.5", runtime: false},
]
end