BennyHallett/obelisk

Serve command shouldn't error

Closed this issue · 5 comments

The serrve command is throwing errors in the shell in which it is kicked off, even though it seems to be working correctly. It shouldn't be doing this.

@BennyHallett: I was able to run the server by directly using the dependency from git or from the locally cloned path of obelisk. I am not able to use server task only if I fetch my dependency from hex.

Hey @hardvain , the serve task hasn't yet been pushed out in a hex package, so that's probably what you're seeing. It's still got a couple of issues, but I'll try and fix it up and get a package out over the weekend.

Thanks!

@hardvain Have you been using Obelisk? For anything that's been sent live? How are you finding it, I'd appreciate any feedback you've got.

@BennyHallett : I actually started learning elixir and found it really pleasant and stumbled upon obelisk when I was looking for a static site gen for my blog. I havent actually taken it live because of the problem associated with serve:P. But I am finding obelisk very easy and in a very nascent stage. Would love to do some contributions. Happy to help.

@hardvain Contributions would be great! Feel free to shoot me a tweet (@BennyHallett) if you've got any questions.

By the way, I've fixed this issue now, and published v0.7.0 to hex, which includes the server command.