Skip to content

Commit

Permalink
Make sure mimetypes is built with rebar / post hook
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Jun 10, 2013
1 parent 95981b1 commit f97cc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -27,7 +27,7 @@ defmodule Expm.Mixfile do
{:genx, github: "yrashk/genx"},
{:cowboy, github: "extend/cowboy"},
{:ranch, github: "extend/ranch", tag: "0.4.0"},
{:mimetypes, github: "spawngrid/mimetypes"},
{:mimetypes, github: "spawngrid/mimetypes", compile: "rebar compile deps_dir=.."},
{:lagerex, github: "yrashk/lagerex"},
{:exreloader, github: "yrashk/exreloader"},
{:erlpass, github: "ferd/erlpass", compile: "rebar compile deps_dir=.."},
Expand Down

0 comments on commit f97cc34

Please sign in to comment.