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

(cherry picked from commit 6a6998e)
  • Loading branch information
Shane Osbourne committed Apr 29, 2015
1 parent 954526f commit 15389a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/default-config.js
Expand Up @@ -182,9 +182,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 15389a1

Please sign in to comment.