Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Last active November 27, 2017 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebrianemory/e53a92cd2dce619b9878449dcff5c945 to your computer and use it in GitHub Desktop.
Save thebrianemory/e53a92cd2dce619b9878449dcff5c945 to your computer and use it in GitHub Desktop.
def project do
[app: :tilex,
version: "0.0.1",
elixir: "~> 1.5",
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(),
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
lockfile: "../../mix.lock"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment