0 votes
in JAVA by
Which are the most used gulp plugins?

1 Answer

0 votes
by
Though there are many plugins which you can use, but below are the most used.

gulp-jshint: Validate files with JSHint.

gulp-uglify: Minify files with UglifyJS.

gulp-concat: Concatenate files.

gulp-sass: Compile SASS files to CSS.

gulp-rename: To rename files easily.

gulp-cssmin: Minify css.

Related questions

0 votes
asked Feb 15, 2020 in JAVA by rahuljain1
0 votes
asked Feb 15, 2020 in JAVA by rahuljain1
...