Top "Gulp-sass" questions

a gulp plugin for compilation of Sass to CSS.

Gulp condition inside pipe

How can I do a condition inside Gulp pipe to output to a different destination. g.task('sass', function() { return …

node.js gulp gulp-sass
Livereload not working in Chrome using Gulp, what am I missing

I'm trying to use Livereload using Gulp, Sublime Text 3 and Chrome but for some reason it doesn't work. Here is …

google-chrome gulp livereload gulp-sass gulp-livereload
cannot read property 'apply' of undefined gulp

I am trying to use the ng-factory generator to scaffold a new project to build an angularjs component. After the …

angularjs npm gulp npm-install gulp-sass
gulp Package task -ReferenceError: primordials is not defined

Team, My Ci Pipeline azure getting failed find error below. I have tried solution from How to fix ReferenceError: primordials …

node.js gulp saas gulp-sass sitecore-habitat
gulp-sass: ERROR - file to import not found or unreadable

I am having problems getting my SASS files to compile having now split them out and importing ones I require …

sass gulp gulp-sass
Cannot Install gulp-sass

I'm trying to learn how to use gulp / sass / and all the other fun tools with Nodejs and I'm having …

node.js sass gulp gulp-sass
Underscore in partial Sass file

Is it necessary to have a .scss partial file start with an underscore? The documentation states that a partial should …

sass gulp-sass
gulp-sass @import CSS file

Using gulp-sass I can include .scss files with @import 'filepath.scss'; But when I try to import normal css files …

javascript css gulp gulp-sass
Gulp 4 - Gulpfile.js set up

I'm finding documentation on Gulp 4 extremely hard to find so I thought I might ask here to see if anyone …

gulp gulp-sass
Gulp.js event stream merge order

I am trying to merge css and scss files into a main.css file that goes in my build directory. …

javascript concatenation gulp event-stream gulp-sass