Skip to content

Commit

Permalink
fix(windows): from not opening google chrome browser on dev build, no…
Browse files Browse the repository at this point in the history
…w defaults to opening default browser
  • Loading branch information
jyounce committed Dec 20, 2016
1 parent f3e4a7a commit e3496ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tasks/browser/browser-sync.coffee
Expand Up @@ -54,7 +54,6 @@ module.exports =
open: config.browser.open
files: config.glob.browserSync.files
proxy: "http://localhost:#{config.ports.server}/"
browser: 'google chrome'
injectChanges: false # don't try to inject css changes, just do a page refresh
reloadDebounce: 150 # windows fix for bundle reload (milliseconds)
watchOptions:
Expand Down

0 comments on commit e3496ea

Please sign in to comment.