diff options
author | Loïc Hoguin <[email protected]> | 2013-09-07 20:45:21 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-09-07 20:45:21 +0200 |
commit | 2f25c654b02d72a7c0017c20d11ed6a720d640c6 (patch) | |
tree | 95b47ff1a338abe955a18e2e245c91ab9b406707 /examples/compress_response/rebar.config | |
parent | 4b20f5cd08bc69d95d81d47bff943f775c1a983e (diff) | |
download | cowboy-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.config | 4 |
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"}} -]}. |