Top "Gulp" questions

Gulp is a JavaScript build system, Node.

Gulp Error: Cannot find module 'jshint/src/cli'

So I've got a fresh install of El Capitan and I'm giving these task runners another go. I'm following sitepoint's …

javascript terminal gulp jshint
gulp babel, exports is not defined

Consider the following example code (and maybe I am doing it wrong?) var FlareCurrency = { }; export {FlareCurrency}; I have the following …

javascript gulp ecmascript-6 babeljs ecmascript-5
Gulpjs combine two tasks into a single task

I currently have two tasks, that both compile sass files. I would still like to concat the two directories into …

gulp gulp-sass
How to run bash commands in gulp?

I want to add some bash commands at the end of gulp.watch function to accelerate my development speed. So, …

bash gulp
Modify file in place (same dest) using Gulp.js and a globbing pattern

I have a gulp task that is attempting to convert .scss files into .css files (using gulp-ruby-sass) and then place …

javascript node.js sass gulp
How do I install gulp 4

I've been using gulp-watch. The current version of gulp-watch relies on the call gulp.parrallel. This call is only available …

npm gulp gulp-watch
Gulp throwing error: File not found with singular glob

After renaming my file I am getting the following error when running the gulp build task: Error: Error: File not …

gulp gulp-useref
Using gulp to compile bootstrap.less files into main bootstrap.css?

I really do like gulpjs it was my task manager of choice, but I kind of wish I knew about …

javascript gulp gulp-less
how to make Gulp stop watching files

How do you stop files from being watched? I have not seen the method in the docs which seems a …

javascript gulp
How to minify ES6 functions with gulp-uglify?

When I run gulp I get the following error: [12:54:14] { [GulpUglifyError: unable to minify JavaScript] cause: { [SyntaxError: Unexpected token: operator (>)] …

javascript node.js ecmascript-6 gulp gulp-uglify