Skip to content

Commit

Permalink
Use livereload package for the auto functionality
Browse files Browse the repository at this point in the history
The auto plugin seems needlessly complicated and uses ws4py which doesn't seem
to be actively maintained.  Using livereload, we can offload the burden of
maintaining the websockets related code to the developer of livereload.

It also seems to be more stable than the old code, and seems more robust
against crashing on client closing connection, etc.
  • Loading branch information
punchagan committed Feb 18, 2017
1 parent 41bf2ae commit cc0755b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 337 deletions.

0 comments on commit cc0755b

Please sign in to comment.