Skip to content

Commit

Permalink
add a note about hot module reloading in gulp hot README
Browse files Browse the repository at this point in the history
this question about electrode supporting HMR has come up in multiple places

electrodejs#33
electrode-io/electrode#37
  • Loading branch information
ananavati authored Oct 28, 2016
1 parent 7bf68dc commit b4f9a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ gulp dev

#### What is `hot mode`?

`Hot mode` is where webpack transpiles your javascript and css code and continues to watch for any changes, and, builds and loads only the code that has changed on disk. It allows you to develop without re-loading your browser page as the changes will be automagically piped in.
`Hot mode` enables Hot module reloading(HMR), it is where webpack transpiles your javascript and css code and continues to watch for any changes, and, builds and loads only the code that has changed on disk. It allows you to develop without re-loading your browser page as the changes will be automagically piped in.

#### How do I run my application tests?

Expand Down

0 comments on commit b4f9a05

Please sign in to comment.