hardpixel / marv

A toolkit for bootstrapping and developing WordPress themes and plugins using Sass, LESS, and CoffeeScript.

Home Page:http://hardpixel.github.io/marv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live-Reload load's only the first time

vageliskatsiotis opened this issue · comments

Live-Reload won't load after "Ctrl-Z" in the terminal - thus interrupting "marv watch". The second time you reload "marv watch" it won't load Live-Reload

The problem resides in "Ctrl-Z" not killing the LiveReload server.
Until it gets fixed please use "exit-program" to stop the watch process.

"Ctrl-Z" suspends the application which I was not aware of.

Use "Ctrl-D" or "Ctrl-/" in addition to "exit-program" and "exit-p" to exit marv.