Skip to content

Instantly share code, notes, and snippets.

@ishikawa
Created January 19, 2019 16:01
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 ishikawa/8a6cccb1b3e3e9f7b9f9d824931290cd to your computer and use it in GitHub Desktop.
Save ishikawa/8a6cccb1b3e3e9f7b9f9d824931290cd to your computer and use it in GitHub Desktop.
def project do
[
apps_path: "apps",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
aliases: aliases(),
deps: deps(),
# Docs
name: "MyProject",
docs: [
assets: "etc/assets",
before_closing_head_tag: &docs_before_closing_head_tag/1
]
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment