I have a problem with gulp-useref. I have the next task.
gulp.task('compre', ['inject'], function () {
return gulp.src('index.html', {cwd: '/app'})
.pipe(useref())
.pipe(gulp.dest('dist'));
});
I run inject without problem but...
asked by
22.07.2016 / 01:57