LucasWinkler / gulp-boilerplate

A simple boilerplate for front-end web development - using Gulp v4
https://lw-gulp-boilerplate.netlify.com/
MIT License
26 stars 8 forks source link

Third Party Vendor CSS files #16

Open momin-riyadh opened 2 years ago

momin-riyadh commented 2 years ago

My project or other's projects may have a lot of third-party plugins related To CSS also custom fonts. So I want all third-party CSS libraries in app > css> vendors directory and compile concatenate a single - vendors.min.css in the dist folder. how can I do that?

LucasWinkler commented 2 years ago

Honestly I'm not too sure. I haven't used gulp in a long time and I haven't coded much in a while I've been slacking with it. I'm sure it's covered in some youtube tutorials which is where I originally learnt it from. It's cool that people are finding my repo though.

On Wed, Sep 7, 2022 at 12:09 AM Momin Riyadh @.***> wrote:

My project or other's projects may have a lot of third-party plugins related To CSS also custom fonts. So I want all third-party CSS libraries in app > css> vendors directory and compile concatenate a single - vendors.min.css in the dist folder. how can I do that?

— Reply to this email directly, view it on GitHub https://github.com/LucasWinkler/gulp-boilerplate/issues/16, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKIPLN6VNJ3AYIHVREOE5UTV5AINZANCNFSM6AAAAAAQGMFVP4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

momin-riyadh commented 2 years ago

Thanks, Lucas