Skip to content

Instantly share code, notes, and snippets.

@pellegrino
Created September 18, 2012 09:54
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 pellegrino/3742322 to your computer and use it in GitHub Desktop.
Save pellegrino/3742322 to your computer and use it in GitHub Desktop.
{plugin_dir, ["priv/rebar"]}.
{plugins, [boss_plugin]}.
{eunit_compile_opts, [{src_dirs, ["src/test"]}]}.
{deps, [
{boss, ".*", {git, "git://github.com/evanmiller/ChicagoBoss.git", {tag, "HEAD"}}},
{elixir, ".*", {git, "git://github.com/elixir-lang/elixir.git", {tag, "HEAD"}}}
]}.
{lib_dirs, [
"deps/elixir/lib/elixir/ebin",
"deps/elixir/lib/ex_unit/ebin"
]}.
%% Pointed chicago boss to the dependencies directory in boss.config
%% {path, "deps/boss"},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment