Skip to content

Commit

Permalink
fix(reload): set reloadOnRestart: false to prevent firefox locking up…
Browse files Browse the repository at this point in the history
… on clicks. fixes #522 fixes #488. re: yeoman/generator-polymer#156
  • Loading branch information
Shane Osbourne committed Apr 29, 2015
1 parent 20dde86 commit 6a6998e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ module.exports = {
* Reload each browser when BrowserSync is restarted.
* @property reloadOnRestart
* @type Boolean
* @default true
* @default false
*/
reloadOnRestart: true,
reloadOnRestart: false,

/**
* The small pop-over notifications in the browser are not always needed/wanted.
Expand Down

0 comments on commit 6a6998e

Please sign in to comment.