python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Browsersync not reloading since updating to gulp-sass 5.0
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 = requ...

user4103074
Votes: 0
Answers: 1
Gulpfile not compiling Scss & JS properly
I am trying to create a gulpfile.js to compile scss to css and JS components to a main JS file. But it's not working properly.
The issues i am facing, when I run the command gulp:
It doesn't compile...
Zain Shabir
Votes: 0
Answers: 1
Why do I get: "Error: cannot find module sass" when I run "gulp" in terminal?
I'm trying to run a gulp task but when I go to Terminal > Run Task... > gulp it says No gulp task found. I run gulp in the terminal and I get the title's error.
which sass: /home/username/.nvm/...
Porphyrogennitos
Votes: 0
Answers: 1
Gulp: Migrating Gulpfile.js from gulp 3 to 4
Here i am trying to migrate my existing site which is using gulp 3. Now upgrading gulp from 3 to 4.
Below is Gulpfile.js
'use strict';
var gulp = require('gulp'),
autoprefixer = require('gulp-autop...
Kango
Votes: 0
Answers: 1