Created
December 15, 2012 15:41
-
-
Save ToddG/4296472 to your computer and use it in GitHub Desktop.
rebar config for embedded yaws app
This file contains 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
{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