|
|
|
|
|
by aleixventa
3315 days ago
|
|
For the live-reloads there are a few options. We use gin (https://github.com/codegangsta/gin) in some projects and it works nicely but for projects with a lot of files/folders it doesn't work that well. Another option we have tried is CompilerDaemon (https://github.com/githubnemo/CompileDaemon) and it also works quite nicely but has the same problem when you have a lot of files/folders. So, I agree with you that this is something that should be improved to make our development easier. |
|