-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplifies the code as well as massively improves the debouncing behavior. CHANGE: The debounce value now defaults to 100ms instead of 0ms. BREAKING-CHANGE: The live reload function now sends just the message `:reload` to the calling process instead of `{:reload, extension}`.
- Loading branch information
Showing
2 changed files
with
13 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,3 @@ defmodule WebDevUtils.CodeReloader do | |
Mix.Task.run("compile.elixir") | ||
end | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters