I'm sure there is an issue already open about this in one of the Elm Github repositories. So yes, you are not the first to hit this. Please check and read there, also for status and possible work arounds.
> Am 17.12.2016 um 14:52 schrieb fxmy wang <[email protected]>: > > Hello guys, so when I was following some tutorial and decide to build some > github pages with elm. > > So I updated elm-package.json file like this > > "repository": "https://github.com/someguy/someguy.github.io.git" > elm-make didn’t complain a thing. But as soon as I load the page in browser I > get js error: > Uncaught SyntaxError: Unexpected token . > and the corresponding code : > > var _someguy$someguy.github.io$BlogFxmy_Main$subscriptions = function (model) > { > return _elm_lang$core$Platform_Sub$none; > }; > As long as I remove those periods away everything works fine. > > https://github.com/someguy/someguygithubio.git > Just wondering/in case anyone has been bit by this =) > And any possibility to work around this? > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
