Ratchet templates are plain HTML (secretly their compiled to EEx), so it'd be awesome for them to be named simply index.html rather than index.html.ratchet. Unfortunately this is a limitation of Phoenix which requires an "engine" suffix for precompilation... The big win as we can see it would be that views could be opened directly in the browser as HTML outside any framework. What can we do for this?
Ratchet templates are plain HTML (secretly their compiled to EEx), so it'd be awesome for them to be named simply
index.htmlrather thanindex.html.ratchet. Unfortunately this is a limitation of Phoenix which requires an "engine" suffix for precompilation... The big win as we can see it would be that views could be opened directly in the browser as HTML outside any framework. What can we do for this?