browser-sync-close-hook
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "browser-sync-close-hook", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Closes Browser Tabs which are connected to browserSync once browserSync disconnects (when stopping gulp for example)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,2 +46,5 @@ browser-sync-close-hook | ||
- https://gist.github.com/timthez | ||
- https://gist.github.com/shakyShane/3d5ec6685e07fd3227ba | ||
- https://gist.github.com/shakyShane/3d5ec6685e07fd3227ba | ||
for the discussion which let to solving the issue of too many open tabs: | ||
- https://github.com/BrowserSync/browser-sync/issues/84 |
1571
49