gulp-concat helps with __________
Answers
Answered by
1
A gulp concat is a function which helps to combine multiple files into one.
This is similar to a concat,however it creates a file with a list of filenames. There is only list of the files, not the content inside them.
Another feature of this is that parse build blocks in HTML files for the purpose of replacing references to non-optimized scripts or style sheets as well.
Thanks for asking.
Hope you liked my answer.
Answered by
0
This command is used to concatenate the files in the order that has been specified in the gulp-concat function.
It forms the base directory for various files that would pass through it.
Its basic properties remain the same that is concatenation thereby making the multiple files of CSS quite simpler and better organised.
Similar questions