wking-io / elm-live

⚡ A flexible dev server for Elm. Live reload included.
https://elm-live.com
MIT License
1.05k stars 61 forks source link

Fix that move the injected html snippet (that load reload.js) at the … #187

Closed lucamug closed 5 years ago

lucamug commented 5 years ago

…end of the html file instead that at the top. Injecting at the top it causes browser not behaving properly because the first line is not "<!DOCTYPE html>" anymore