Created
September 22, 2016 07:12
-
-
Save sunfmin/5ba16dedb0776aa1fc74e5e78c4ab10c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**/*.gohtml { | |
prep: go generate ./aigleapp | |
} | |
**/*.go { | |
prep: go install ./aigleapp | |
daemon: aigleapp | |
daemon +sighup: devd -om -n 1000 http://localhost:4000 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment