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

image&font support + asset structure handling with proper css rewrite + code cleanup

Open tomgrv opened this issue 10 years ago • 2 comments

I added image support, with the possibility to inline small images in css file as data uri, in order to avoid image folder manipulation in gulpfile and/or prevent image overwriting between libraries

tomgrv avatar May 15 '15 20:05 tomgrv

Thank you for this. :+1: Exactly what I needed for Select2 and the sprites.

EDIT: Almost what I needed...

I don't want the CSS files or JS files because I am using useref. However that doesn't handle all the fonts and images. I forked and will update documentation and pullrequest...

Question though, should we all be making pull requests based on others pull requests like this?

EHLOVader avatar May 15 '15 20:05 EHLOVader

Cumulative update with @loranger & @EHLOVader contributions Add image support Code cleanup (notification, modules) Add option for assets structure handling

tomgrv avatar Oct 27 '15 09:10 tomgrv