Skip to content

Instantly share code, notes, and snippets.

@jamesaimonetti
Created July 28, 2010 19:55
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 jamesaimonetti/496024 to your computer and use it in GitHub Desktop.
Save jamesaimonetti/496024 to your computer and use it in GitHub Desktop.
{sys, [
{lib_dirs, ["../deps", "../.."]}
,{rel, "myapp", "1.0",
[
kernel
,stdlib
,sasl
,crypto
,ibrowse
,erlydtl
%,myapp
]}
,{rel, "start_clean", "",
[
kernel
,stdlib
,sasl
,crypto
,ibrowse
,erlydtl
%,myapp
]}
,{boot_rel, "myapp"}
,{profile, embedded}
,{excl_sys_filters, ["^bin/.*",
"^erts.*/bin/(dialyzer|typer)"]}
,{app, sasl, [{incl_cond, include}]}
,{app, crypto, [{incl_cond, include}]}
,{app, ibrowse, [{incl_cond, include}]}
,{app, erlydtl, [{incl_cond, include}]}
,{app, 3rd_party_module, [{incl_cond, include}]}
%,{app, myapp, [{incl_cond, include}]}
]}.
{overlay, [
{mkdir, "log/sasl"},
{copy, "overlay/bin"},
{copy, "overlay/erts-vsn/bin", "{{erts_vsn}}"},
{copy, "overlay/etc"}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment