elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

Add viewport tag to generated HTML file #160

Open benjamin-bergia opened 7 years ago

benjamin-bergia commented 7 years ago

This relate to this issue. When running elm-make, (and the same issue is present with elm-reactor), the generated html file doesn't contain any viewport meta tag.

Would it be possible to add one by default ? It would be very nice to have it on elm-reactor too.

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

ian-moore commented 6 years ago

This would be nice. I could take a stab at a PR for this. I think the addition needs to be added here:

https://github.com/elm-lang/elm-make/blob/2cf040aa801d195fc6db52a5cdb7f5da0ae42c5e/src/Pipeline/Generate.hs#L157