Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created March 8, 2016 17:21
Show Gist options
  • Select an option

  • Save johnhamelink/610f732e5a6b9705b9a4 to your computer and use it in GitHub Desktop.

Select an option

Save johnhamelink/610f732e5a6b9705b9a4 to your computer and use it in GitHub Desktop.
def project do
[app: :api,
version: "0.3.43",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
lockfile: "../../mix.lock",
elixir: "~> 1.0",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
aliases: aliases,
deps: deps]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment