Answer the question
In order to leave comments, you need to log in
File masks in Gulp?
Dear experts, does someone have a link to an article with file masks, or if you are not too lazy to make a list of all masks in the comments ... :)
I need to implement a gulp task to concatenate other files, for example:
I have a libs folder in it contains files
libs/
|-- jquery.min.js
|-- owl-carousel.min.js
|-- mobile.file.js
|-- mobile.file-2.js
Answer the question
In order to leave comments, you need to log in
minimatch is used there
Do you
want it to be beautiful and convenient?
Do not keep third party libraries with your files.
Don't store them in a project at all.
use a package manager. The easiest option is bower.
bower init
bower install --save jquery owl.carousel
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question