laravel-elixir-bower icon indicating copy to clipboard operation
laravel-elixir-bower copied to clipboard

Enable options and Support for fonts

Open loranger opened this issue 10 years ago • 3 comments

I needed to publish fonts from my bower file (ie: font-awesome) So I added a new gulp task.

Then I realized I needed some extra-options in order to export the font files where needed.

I was not really fan of adding an extra parameter, so I refactor the options handling and used lodash to recursively merge an option object. This is not backward compliant, but really convenient when you just need to overwrite only one option.

loranger avatar Jan 30 '15 16:01 loranger

nice

lahaxearnaud avatar Mar 31 '15 15:03 lahaxearnaud

I would definitely use this but also would like to suggest that sprites and supporting images such as pngs or jpgs be added too. But for CSS and JS I have been using wiredep and useref.

Perhaps more generally file patterns, their destination folder or file, if concatenated and such. Or an option to not do CSS or JS

EHLOVader avatar Mar 31 '15 18:03 EHLOVader

I'm really busy at the moment, but I'll try to have a look at this asap!

Crinsane avatar Apr 01 '15 05:04 Crinsane