gulp-livereload Questions

7

I am using gulp/live reload in my development workflow. When styling an element using CSS I sometimes adjust that element's style rules ( Edit: using event.style {} under the elements panel) direct...
Collocate asked 22/12, 2014 at 19:44

5

Solved

I'm trying to use Livereload using Gulp, Sublime Text 3 and Chrome but for some reason it doesn't work. Here is what I did. Installed the Livereload extension in Chrome. Installed gulp-livereload...
Uniflorous asked 4/9, 2015 at 13:34

2

Solved

I've been using livereload chrome extension that inserts a http://[...]/livereload.js into the document. Unfortunately, I'm working on a project that requires https and I expected to replicate that...
Colima asked 23/4, 2015 at 9:39

6

Solved

I would like to use gulp-liveReload with Django, is it possible? I have read that there is an alternative for Grunt, but I would prefer work with Gulp, it is easier for me. Thanks,
Krause asked 28/9, 2014 at 13:31

2

I've added livereload to my Gulp task. Its working except when I edit a CSS file the entire page is refreshed, not just the pages CSS. var gulp = require('gulp'); var uglify = require('gulp-uglify'...
Satisfied asked 14/12, 2015 at 17:30

2

I have a problem using gulp-livereload in my vagrant environment (generated with puphpet). My computer is a Windows Host, and the VM a Debian. I use this gulpfile : var gulp = require('gulp'), l...
Buckden asked 19/11, 2014 at 11:10

1

Solved

My config does everything it's supposed to, but it never refreshes the browser. Once I refresh it manually, changes are there. I am connecting to the default localhost:3000. Any ideas why is it so ...
Claudelle asked 30/11, 2014 at 16:22

1

Solved

It looks like gulp-livereload requires Chrome's livereload plugin to work. Is there a way to implement livereload that doesn't require any browser plugin, and will work in all browsers? Any examp...
Folkrock asked 26/9, 2014 at 23:42
1

© 2022 - 2024 — McMap. All rights reserved.