gulp-boilerplate
gulp-boilerplate copied to clipboard
Third Party Vendor CSS files
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?
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: @.***>
Thanks, Lucas