elm-lang / elm-make

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

Faulty build when repository name contains dots #152

Closed mynameisdaniil closed 7 years ago

mynameisdaniil commented 7 years ago

elm-make can't correctly build packages if repository contains dots in name. Say, https://github.com/mynameisdaniil/mynameisdaniil.github.io is valid repository name. But generates Uncaught SyntaxError: Unexpected token . in browser console. And elm-make for some reason does not allow me to build packages without repository field in it. So I can't use elm :( elm 0.18 on linux by the way. But I'm pretty sure it does not matter.

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.

mynameisdaniil commented 7 years ago

oh, it's duplicate of https://github.com/elm-lang/elm-make/issues/106