Skip to content

Instantly share code, notes, and snippets.

@ToddG
Created December 15, 2012 15:41
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 ToddG/4296472 to your computer and use it in GitHub Desktop.
Save ToddG/4296472 to your computer and use it in GitHub Desktop.
rebar config for embedded yaws app
{erl_opts, [debug_info]}.
{deps, [
{yaws, ".*", {git, "git://github.com/klacke/yaws", {tag, "yaws-1.94"}}},
{mochiweb, ".*", {git, "git://github.com/mochi/mochiweb.git", "master"}},
{mimetypes, ".*", {git, "git://github.com/spawngrid/mimetypes.git", "master"}}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment