Answer the question
In order to leave comments, you need to log in
Is there any way to use a photo optimization plugin here?
In general, there is an assets folder, here are its contents:
const { src, dest } = require('gulp')
module.exports = function assets () {
return src('./app/assets/**/*', { nodir: true })
.pipe(dest('./dist/assets'))
}
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