elm-lang / elm-make

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

repository field in elm-package.json only accepts github.com url #110

Closed fernandocortez closed 8 years ago

fernandocortez commented 8 years ago

We have our own on premise enterprise GitHub where I work. I cannot compile with elm-make because the repository url is not github.com in the elm-package.json.

process-bot commented 8 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.

evancz commented 8 years ago

This is a known issue. Can you talk to folks on the Elm slack to see how people work around it for now? For example, just put stuff in there that isn't real. It's not perfect, but it'll work.

fernandocortez commented 8 years ago

ok thanks

Mouvedia commented 7 years ago

duplicate of #71