Iván Barcia
Iván Barcia
Hi, I am trying to configure gulp-cached in my streams, but code injection of Browser Sync not works. This is my code: ```javascript gulp.task(config.css.task, function () { return gulp.src(config.css.source) .pipe(cache('css'))...
I would like create different prefix for svg located in different directories, but at the end all should be compile in one file. Is this possible?? thanks
## Description I am creating an eleventy starter project with three main features: 1. Modify the default Markdown image object using the `11ty/eleventy-img` plugin to create the optimized images 2....