blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
481 stars 77 forks source link

How do you run watcher #47

Closed torniker closed 7 years ago

torniker commented 7 years ago

How do you run blueprint so that on every file change it will rebuild and rerun?

josephspurrier commented 7 years ago

I haven't use this, but it looks like it would work well: https://github.com/githubnemo/CompileDaemon.

stowelly commented 7 years ago

just submitted a pull request that may address this: https://github.com/blue-jay/blueprint/pull/55

josephspurrier commented 7 years ago

How does this work for you? https://github.com/blue-jay/blueprint/commit/9e33d14e79a610e4135c675542e74ec30fd4a957

Just run: gulp watch

josephspurrier commented 7 years ago

I merged this in. Let me know if you have any issues!