aboutsummaryrefslogtreecommitdiffstats
path: root/examples/compress_response/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-07 20:45:21 +0200
committerLoïc Hoguin <[email protected]>2013-09-07 20:45:21 +0200
commit2f25c654b02d72a7c0017c20d11ed6a720d640c6 (patch)
tree95b47ff1a338abe955a18e2e245c91ab9b406707 /examples/compress_response/rebar.config
parent4b20f5cd08bc69d95d81d47bff943f775c1a983e (diff)
downloadcowboy-2f25c654b02d72a7c0017c20d11ed6a720d640c6.tar.gz
cowboy-2f25c654b02d72a7c0017c20d11ed6a720d640c6.tar.bz2
cowboy-2f25c654b02d72a7c0017c20d11ed6a720d640c6.zip
Convert the compressed response example to a release
Diffstat (limited to 'examples/compress_response/rebar.config')
-rw-r--r--examples/compress_response/rebar.config4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/compress_response/rebar.config b/examples/compress_response/rebar.config
deleted file mode 100644
index 6ad3062..0000000
--- a/examples/compress_response/rebar.config
+++ /dev/null
@@ -1,4 +0,0 @@
-{deps, [
- {cowboy, ".*",
- {git, "git://github.com/extend/cowboy.git", "master"}}
-]}.