Answer the question
In order to leave comments, you need to log in
How to pull and include libraries in gulp?
I have a JS task, for example, is there a way to include libraries and do concat into one file by simply specifying them in an array.
Well, for example
, exports = [ 'jQuery' , 'some other library and some other library' ]
and then pass this export along with the scripts folder, so that later concat itself collects the necessary libraries from node_modules and saves them to 1 file?
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