Answer the question
In order to leave comments, you need to log in
How to collect all files in one js?
Tell me, how can I collect through gulp all js files in all blocks into one file in the order I need in their sequence? What would then at the end of only 1 file connect.
I tried using gulp-concat , but if I have a lot of files (30 pieces) and there I need to enter them in order like --return gulp.src(['./lib/file3.js', './lib/ file1.js', './lib/file2.js'])-- and so on. which is very long and cumbersome. Can this be done any easier?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question