Good afternoon, I have a folder with files folder "file"
It contains a.styl, b.styl, c.styl files. There is a f.styl file.
Its content is:
@import "file/a" @import "file/b" @import "file/c" Question: How to program gulpfile.js so that it mines every file a, b, c into a.css b.css c.css