You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error when i run pureifycss for gulp
[15:18:33] 'css' errored after 32 s
[15:18:33] TypeError: Cannot read property 'slice' of undefined
Here is my gulp file:
gulp.task('css', function() {
gulp.src(config.app.css.src)
.pipe(purify(['/*.js', '/*.html']))
.pipe(minifyCss())
.pipe(concat('bundle.css'))
.pipe(gulp.dest(config.app.css.dist))
});
Any ideas?
niranjan94, Vangor, majidkarimizadeh, faburem, FranckKe and 3 more