Open muratdogan17 opened 6 years ago
Hi, I want to pass src list as an array of different paths but I could not manage it. Could you please help?
.pipe($.newer({ dest: pkg.paths.build.css, ext: '.css', extra: pkg.paths.src.scss + '/**/*' }))
extra does it ;-)
Hi, I want to pass src list as an array of different paths but I could not manage it. Could you please help?