Open
Description
Hi Guys,
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?
Metadata
Metadata
Assignees
Labels
No labels