@@ -14,7 +14,6 @@ import ( | |||
log "github.com/Sirupsen/logrus" | |||
"github.com/codegangsta/cli" | |||
"github.com/goanywhere/rex" | |||
"github.com/goanywhere/rex/internal" | |||
"github.com/goanywhere/rex/livereload" | |||
@@ -135,7 +134,6 @@ func Run(ctx *cli.Context) { | |||
app := new(app) | |||
app.dir = cwd | |||
app.binary = filepath.Join(os.TempDir(), "rex-bin") | |||
rex.Infof("App: %s", app.binary) | |||
if runtime.GOOS == "windows" { | |||
app.binary += ".exe" | |||
} |