In Phoenix, we would like to compile only the files in the `web/` directory at runtime via: ``` elixir Mix.Task.run "compile.elixir", ["web"] ``` However, today this compiles the entire project. I can take a look at tackling this if José or Eric have any pointers.