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
This should be feasible either with gulp or by running jekyll b --watch and then running browsersync in the _site directory (probably the easiest).
Other option (better option) is to make a node server with sockets.io which controls both the cli and the dashboard. This is a long-term goal and has little current advantages over the large overhead.
If you know how to do that, you can leave resources here and look at how you can help.
Things to take in account
deployable fast on multiple computers
deployable without internet connection
deployable on computers that didn't have node yet
The text was updated successfully, but these errors were encountered:
Haroenv
changed the title
Make browsersync version
Make it possible to synchronise different cleints
Apr 8, 2016
Haroenv
changed the title
Make it possible to synchronise different cleints
Make it possible to synchronise different clients
Apr 8, 2016
This should be feasible either with
gulp
or by runningjekyll b --watch
and then runningbrowsersync
in the_site
directory (probably the easiest).Other option (better option) is to make a
node
server withsockets.io
which controls both the cli and the dashboard. This is a long-term goal and has little current advantages over the large overhead.If you know how to do that, you can leave resources here and look at how you can help.
Things to take in account
The text was updated successfully, but these errors were encountered: