Remove live-reload functionality from dev server
The client's dev server had functionality where it could live-update the sidebar app when certain resources (eg. CSS bundles) were changed without requiring a restart of the app. None of the developers were using this functionality, and reloading the app is not especially painful, so remove it to simplify future maintenance.
Showing
... | ... | @@ -109,7 +109,6 @@ |
"unorm": "^1.3.3", | ||
"vinyl": "^2.2.0", | ||
"watchify": "^3.7.0", | ||
"websocket": "^1.0.22", | ||
"whatwg-fetch": "^3.0.0", | ||
"wicked-good-xpath": "^1.3.0", | ||
"wrap-text": "^1.0.7", | ||
... | ... |
Please register or sign in to comment