slime-lang / slime

Minimalistic HTML templates for Elixir, inspired by Slim.
http://slime-lang.com
MIT License
371 stars 57 forks source link

Applications list in mix.exs #99

Closed Awea closed 8 years ago

Awea commented 8 years ago

I'm using Slime in a small project of mine and I recently have to deal with the release process using exrm. For slime I have to add this to my applications list :

def application do
[applications: [:eex]]
end

This shouldn't be added to this project by default ?

lpil commented 8 years ago

Yes, I think so. PRs welcome :)

Awea commented 8 years ago

@lpil done ^^