Closed ghost closed 8 years ago
bs-config.js
module.exports = { "ui" : false, "files": false, "watchOptions": {}, "server": ".", "proxy": false, "port": 3000, "middleware": false, "serveStatic": [], "ghostMode": { "clicks": true, "scroll": true, "forms": { "submit": true, "inputs": true, "toggles": true } }, "logLevel": "info", "logPrefix": "BS", "logConnections": false, "logFileChanges": true, "logSnippet": true, "rewriteRules": false, "open": "local", "browser": "default", "xip": false, "hostnameSuffix": false, "reloadOnRestart": false, "notify": true, "scrollProportionally": true, "scrollThrottle": 0, "scrollRestoreTechnique": "window.name", "scrollElements": [], "scrollElementMapping": [], "reloadDelay": 0, "reloadDebounce": 0, "reloadThrottle": 0, "plugins": [], "injectChanges": true, "startPath": null, "minify": true, "host": null, "codeSync": true, "timestamps": true, "clientEvents": [ "scroll", "scroll:element", "input:text", "input:toggles", "form:submit", "form:reset", "click" ], "socket": { "socketIoOptions": { "log": false }, "socketIoClientConfig": { "reconnectionAttempts": 50 }, "path": "/browser-sync/socket.io", "clientPath": "/browser-sync", "namespace": "/browser-sync", "clients": { "heartbeatTimeout": 5000 } }, "tagNames": { "less": "link", "scss": "link", "css": "link", "jpg": "img", "jpeg": "img", "png": "img", "svg": "img", "gif": "img", "js": "script" } };
bs correctly show sample html file in browser, but command browser-sync reload dont work after edit changes.
bs
html
browser-sync reload
I use 2.13.0
2.13.0
That was fixed by closing previous bs from https://github.com/angular/quickstart tutorial (maybe, concurrent package was the reason).
https://github.com/angular/quickstart
concurrent package was the reason
bs-config.js
bs
correctly show samplehtml
file in browser, but commandbrowser-sync reload
dont work after edit changes.I use
2.13.0