From 28f90b81fa25ebba578bc1b449ddf66d1a82ea3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 9 Sep 2013 15:51:41 +0200 Subject: Convert the static handler example to a release Temporarily hardcode the list of mimetypes. --- examples/static_world/relx.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/static_world/relx.config (limited to 'examples/static_world/relx.config') diff --git a/examples/static_world/relx.config b/examples/static_world/relx.config new file mode 100644 index 0000000..a480902 --- /dev/null +++ b/examples/static_world/relx.config @@ -0,0 +1,2 @@ +{release, {static_world_example, "1"}, [static_world]}. +{extended_start_script, true}. -- cgit v1.2.3