ivpusic / neo

Go Web Framework
http://ivpusic.github.io/neo/
MIT License
420 stars 43 forks source link

Why shell-script? #13

Closed mattn closed 9 years ago

mattn commented 9 years ago

I want to try neo on Windows. But currently, neo/scripts is written in bash. So not possible.

https://github.com/ivpusic/neo/tree/master/cmd/neo/scripts

ivpusic commented 9 years ago

it is on my TODO list to rewrite scripts in go.

mattn commented 9 years ago

it is on my TODO list to rewrite scripts in go.

Cool!

ivpusic commented 9 years ago

Neo should work on windows now. Done by https://github.com/ivpusic/neo/commit/5ecca2105fe86d374698383d9d65ffa9bf727868 and https://github.com/ivpusic/go-hotreload/commit/58dd58cfd70b15aa9db4588546667633db399233.

Please report issues if you have any. Thank you!

mattn commented 9 years ago

Good to hear! :+1: