aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websocket/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-09 15:38:35 +0100
committerLoïc Hoguin <[email protected]>2013-02-09 15:38:35 +0100
commit574c3d490061fa4f8ddd3eb5c855abf5eab7b458 (patch)
treef72ee79ed20f1fe5cd8c39c2d739d97ba19e00a6 /examples/websocket/rebar.config
parentefbd9133261e1aabf473f2f6f5ab4cbb36062481 (diff)
downloadcowboy-574c3d490061fa4f8ddd3eb5c855abf5eab7b458.tar.gz
cowboy-574c3d490061fa4f8ddd3eb5c855abf5eab7b458.tar.bz2
cowboy-574c3d490061fa4f8ddd3eb5c855abf5eab7b458.zip
Improve Websocket example
Diffstat (limited to 'examples/websocket/rebar.config')
-rw-r--r--examples/websocket/rebar.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/websocket/rebar.config b/examples/websocket/rebar.config
index 6ad3062..eb6f194 100644
--- a/examples/websocket/rebar.config
+++ b/examples/websocket/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"}}
]}.