gravityblast / fresh

Build and (re)start go web apps after saving/creating/deleting source files.
MIT License
3.77k stars 380 forks source link

App is rebuilt every time a file is opened in editor #88

Open DroidBoyJr opened 6 years ago

DroidBoyJr commented 6 years ago

I am using Atom editor with other Golang plugins.

When I have a project directory open in sidebar, every time I open new file to edit by selecting from sidebar, fresh runs the rebuild process.

I tried with other text editors too, and every time a file is opened, fresh runs rebuild.

Can we restrict it to only save event of the file?

FYI, none of the editors have autosave or similar feature(s) enabled.

gmccue commented 6 years ago

@DroidBoyJr what OS are you using?