Top "Gulp" questions

Gulp is a JavaScript build system, Node.

Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (88)

I have tried to install gulp-sass latest version with npm i gulp-sass --save-dev in the begining I got a lot …

node.js npm sass gulp gulp-sass
CSS minify and rename with gulp

I've a variable like var files = { 'foo.css': 'foo.min.css', 'bar.css': 'bar.min.css', }; What I want the …

css gulp gulp-watch
How to debug a Gulp task?

How do I debug a gulp task defined in my gulpfile.js with a debugger such as the Google Chrome …

javascript node.js debugging gulp
Can I install just Gulp globally?

I'm constantly working on new web development projects that don't ever, in practice, need their node_modules folder when deploying. …

gulp gulp-watch gulp-sass
Typescript build getting errors from node_modules folder

I am running a typescript build and getting errors in node_modules. Why isn't it ignoring this folder? I have …

typescript npm gulp tsc gulp-typescript
Gulp Watch is not working

I'm new Gulp user, and I try simple script to watch compass, but it didn't work. But when I just …

javascript node.js compass-sass gulp
Multiple file extensions within the same directory using Gulp

So I have a gulpfile.js setup. In an images folder I have a few images, some are pngs, some …

javascript gulp
How to copy multiple files and keep the folder structure with Gulp

I am trying to copy files from one folder to another folder using Gulp: gulp.task('move-css',function(){ return gulp.…

javascript css gulp
Browserify, Babel 6, Gulp - Unexpected token on spread operator

I'm trying to get my Browserify/Babelify/Gulp working in my project, but it won't take the spread operator. I …

javascript gulp ecmascript-6 browserify babeljs
Multiple React components in a single module

I am new to the whole browserify thing. I have been trying to use browserify + reactify + gulp to transform, minify …

reactjs gulp browserify