Answer the question
In order to leave comments, you need to log in
How to reduce an image to a certain size and get its Data URI?
There is such a task, at the moment it just copies pictures to the dist folder
gulp.task('skins', ['clean'], function() {
return gulp.src('src/img/skins/**')
.pipe(gulp.dest('dist/skins'));
// как понял надо уже тут писать
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question