Closed mynameisdaniil closed 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.
oh, it's duplicate of https://github.com/elm-lang/elm-make/issues/106
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 generatesUncaught SyntaxError: Unexpected token .
in browser console. Andelm-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.