Created
March 8, 2016 17:21
-
-
Save johnhamelink/610f732e5a6b9705b9a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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