skelterjohn / rerun

Will autobuild and kill/relaunch the target when you update the code.
Other
258 stars 40 forks source link

Template files should be avoided #15

Open maxnordlund opened 10 years ago

maxnordlund commented 10 years ago

It is quite common to name your HTML/text template files like .html.go or .txt.go but this currently breaks rerun since it tries to find a main package inside.

On a similar note it would be nice to just type rerun ./ and let the program figure out the import path itself.

adhihargo commented 6 years ago

In my fork, I added "--ignore" option accepting one regexp of filename patterns to be ignored by rerun. I think it solves problems like yours, too. My own need is to ignore emacs temp files, merely prefixed ".#".

maxnordlund commented 6 years ago

PR?

adhihargo commented 6 years ago

I forked lox's, PR sent to him. Still hesitant to PR here directly. Maybe after a bit more contribution...

skelterjohn commented 6 years ago

Why not just here directly? :)

On Sep 26, 2017 8:05 AM, "Adhi Hargo" notifications@github.com wrote:

I forked https://github.com/adhihargo/rerun lox's https://github.com/lox/rerun, PR sent to him. Still hesitant to PR here directly. Maybe after a bit more contribution...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/skelterjohn/rerun/issues/15#issuecomment-332177183, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUZ1pp4mEC9o_Iu-DzYA5UV1CsUuP2-ks5smOiUgaJpZM4BsQbB .

adhihargo commented 6 years ago

Oh. OK.