ducksoupdev / gulp-site-generator

A static site generator using Gulp
183 stars 29 forks source link

concatCSS for vendor libraries #37

Open sszdh opened 7 years ago

sszdh commented 7 years ago

Hi,

I want to use vendor UI kits (such as bootstrap for example). So, How can I concatenate those libs' css files into main style.css like concatJs option?

P.S. I know I can use import command in less files for this!

Thanks.