sporto / hop

[Deprecated] Navigation and routing helpers for single page applications in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example app location

igas opened this issue · comments

Should we move examples into separate repo? I don't see the reason to distribute it with the package. I'm concerned because it causing the problem in elixir app when it also tries to compile hop example in a subdirectory.

Thanks!

I usually use the examples while working on the library to make sure it all works ok. Make changes to the lib and the examples at the same time. I think that moving the examples out is going to make this workflow hard.

Can you give me more details about the issue? Maybe there is another way to fix this problem.

I probably can move my elm code out of elixir project, but it's the same point you have about workflow.

I still don't think it's reasonable to distribute package with examples. The ideal would be a meta file for elm-package, like RubyGems or hex.pm have an explicit list of files included in the package. But I don't think elm-package have it.