-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Description
Since I have my Gulp tasks split in separate files, I've created an instance of BrowserSync in the serve.js task, and then try to get the instance with var bs = require("browser-sync").get('browSync); in another file.
While this works fine for the styles task, I get the following error when trying to do the same in the scripts task:
throw new Error("An instance with the name `%s` was not found.".replace("%s", name));
^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels