Skip to main content
0 votes
1 answer
113 views

I am setting up the gulp for my landing page and have current problem using browser sync plugin: errors I have looked through many articles on this topic but have not found a solution src/index.html: &...
Serhii Yunnikov's user avatar
0 votes
1 answer
309 views

Had a message in console that says to avoid using document.write(). how it looks in html Its took a while to find how to fix it or even find where problem is, couse have this part of code: <script ...
QresT's user avatar
  • 5
1 vote
1 answer
282 views

Some times ago I created the simple gulp file for to automate development a bit. At the time, I was just working with XAMPP and my gulpfile worked well. But for the last time I started using the ...
vicso's user avatar
  • 21
0 votes
1 answer
313 views

Browsersync not reloading after each style/gulp-sass task. The issue started since updating Gulp. Here is the Gulpfile.js. It used to work when gulp-sass has a default Sass compiler. const sass = ...
user4103074's user avatar
0 votes
1 answer
439 views

So I downloaded this Worpress template with gulp and browsersynch which watches all .js files and .css files. The wierd thing is that whenever I want to use gulp and BroswerSynch I have to type npm ...
fjimenez's user avatar
1 vote
0 answers
67 views

I am new to python world and finished Codeforeveryone Wagtail videos. I have wireframe website that I have added to Wagtail but could not figure out how to get browser-sync to work. Could anyone ...
William Jerome's user avatar
0 votes
0 answers
2k views

I have the following JavaScript running in Chrome (demo only) var url = window.location.href; console.log(url + ": " + url.startsWith('http://127.0.0.1')); If the url is http://127.0.0.1 ...
curious1's user avatar
  • 14.9k
5 votes
5 answers
4k views

I am using DDEV as my local hosting environment, and many of my projects implement front end automation via Gulp. Browsersync is a major component to our front end set-up, and requires ports to be ...
TXChetG's user avatar
  • 342
1 vote
0 answers
350 views

I have a Gulp site with BrowserSync and the following structure: . ├── README.md ├── gulpfile.js ... ├── app/ │   ├── index.html │ ├── example.html │   ├── tools.html │ └── tools/ └── dist/ When ...
mincom's user avatar
  • 1,030
1 vote
0 answers
44 views

I just started to use Gulp with BrowserSync. Please, help me with following issue: When I save my SCSS files BrowserSync not refreshes the webpage but saves files OK. Here is what happening in the ...
Valentine Samoylov's user avatar
0 votes
1 answer
879 views

I am having an issue where browsersync does not find/open my index.php file. The relevant parts of my gulp file are as follows: const browserSync = require("browser-sync").create(); const ...
luke.mas's user avatar
  • 2,575
0 votes
1 answer
1k views

I am working on a gulpfile which already works fine when its processing html/scss/js. Now I want to have my site on PHP-basis and need Browser-Sync to serve my PHP instead of showing "Cannot GET /...
m-podolski's user avatar
0 votes
0 answers
467 views

I use the latest Chrome version on Mac (83.0.4103.116), Gulp + Browser-sync. In DevTools, after the Browser-sync applies the changes in style.css and reloads the page, I can't edit any style, it looks ...
Alena Kastsiuchyk's user avatar
1 vote
0 answers
97 views

I am trying to figure out what the following code means. gulp.task('browsersync', function() { browserSync.init({ proxy: browsersync_proxy, notify: false, open: false, ...
Lusha Li's user avatar
  • 1,168
1 vote
0 answers
130 views

I'm trying to add browser-sync to an existing gulp setup. In my gulpfile I have a task that takes svgs in a folder and creates a single svg file with a <symbol> for each individual svg file. ...
Craig Harshbarger's user avatar

15 30 50 per page
1
2 3 4 5
10