You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
What did you expect to happen?
Successfull browser sync watch.
What happened instead?
[10:46:29] Task 'browsersync' is not in your gulpfile
[10:46:29] Please check the documentation for proper gulpfile formatting
Please List the Following:
OS & version: Archlinux
Node version (node -v) [Node v4+ is required] : v6.3.0
Foundation version (bower list) : foundation-sites#6.2.3
Changing the task handle in gulpfile.js:88 from browser-sync to browsersyncfixes the issue for me. makes the browsersync task run successfully except it doesn't reload the site on file save. Not sure if that's the same issue.
The text was updated successfully, but these errors were encountered:
svinqvmraka
changed the title
Browser Sync task has differen handle in gulpfile
Browser Sync expects different task handle in Gulpfile
Jul 25, 2016
@svinqvmraka the browser-sync task is not meant to be run by itself. The only command you need to run is gulp or npm run watch which does the same thing.
How can this bug be reproduced?
gulp browsersync
What did you expect to happen?
Successfull browser sync watch.
What happened instead?
Please List the Following:
v6.3.0
foundation-sites#6.2.3
Changing the task handle in gulpfile.js:88 from
browser-sync
tobrowsersync
fixes the issue for me.makes the browsersync task run successfully except it doesn't reload the site on file save. Not sure if that's the same issue.The text was updated successfully, but these errors were encountered: