I got an weird issue. BroswerSync works fine when i am on online(connected by wimax) but not working or launching browser when I on offline. Few days back, same issue happened with livereload. What might be the problem?
Here is simple code on gulpfile.js
var gulp = require('gulp'); var browserSync = require('browser-sync'); gulp.task('browser-sync', function () { browserSync.init({ server: { baseDir: './' } }) }); when i run gulp command showing-
$ gulp browser-sync [23:25:12] Using gulpfile e:\myapps\gulp-browsersync\gulpfile.js [23:25:12] Starting 'browser-sync'... [23:25:13] Finished 'browser-sync' after 119 ms and stopped..