Questions tagged [gulp-changed]

gulp-changed is a gulp plugin allowing to process only changed file.

gulp-changed is a gulp plugin allowing to process only changed files.

https://www.npmjs.org/package/gulp-changed

16 questions
-1
votes
1 answer

Why am I getting gulp-changed error?

My gulpfile is below - 'use strict'; //dependencies var gulp = require('gulp'); var sass = require('gulp-sass'); var minifyCss = require('gulp-clean-css'); var uglify = require('gulp-uglify'); var rename = require('gulp-rename'); var changed =…
Bharat Bittu
  • 525
  • 1
  • 9
  • 26
1
2