0 votes
in GulpJS by

How do you configure a task in Gulp and what are some common plugins used?

1 Answer

0 votes
by

To configure a task in Gulp, you need to define it in the gulpfile.js file. A task is defined using the gulp.task() function and its configuration is specified using the gulp.src() and gulp.dest() methods. Some common plugins used in Gulp include gulp-sass for compiling Sass files

Related questions

0 votes
asked Feb 12, 2023 in GulpJS by sharadyadav1986
0 votes
asked Feb 15, 2020 in JAVA by rahuljain1
...