You're not required to set the repository field. It's used when you try to publish a package though.
On Sunday, 18 December 2016 19:34:37 UTC+1, fxmy wang wrote: > > 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.
