diff options
author | Loïc Hoguin <[email protected]> | 2012-10-11 20:48:29 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-10-11 20:48:29 +0200 |
commit | 7b3d9943a9ead6624e639cb0229e608795cbc700 (patch) | |
tree | 4612abca7d59822aaba9c9144404e963cb807c60 /examples/static/rebar.config | |
parent | 642a8f73c9fef1fb8ce524169d619a80a6797ab0 (diff) | |
parent | b5fdf02af0a803601ad34545bb71d8ac15bba221 (diff) | |
download | cowboy-7b3d9943a9ead6624e639cb0229e608795cbc700.tar.gz cowboy-7b3d9943a9ead6624e639cb0229e608795cbc700.tar.bz2 cowboy-7b3d9943a9ead6624e639cb0229e608795cbc700.zip |
Merge branch 'dbmercer-patch-1' of git://github.com/dbmercer/cowboy.git
Diffstat (limited to 'examples/static/rebar.config')
-rw-r--r-- | examples/static/rebar.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/static/rebar.config b/examples/static/rebar.config index 6ad3062..eb6f194 100644 --- a/examples/static/rebar.config +++ b/examples/static/rebar.config @@ -1,4 +1,6 @@ {deps, [ {cowboy, ".*", - {git, "git://github.com/extend/cowboy.git", "master"}} + {git, "git://github.com/extend/cowboy.git", "master"}}, + {mimetypes, ".*", + {git, "git://github.com/spawngrid/mimetypes.git", "master"}} ]}. |