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 ?
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 :
This shouldn't be added to this project by default ?