lukemelia / broccoli-base64-css

Broccoli plugin to replace reference to images in CSS with base64 strings
4 stars 5 forks source link

Why distinguish the paths? #3

Open boxxxie opened 9 years ago

boxxxie commented 9 years ago

why not use inputFiles and maybe optional outputFile like other plugins? why is there special conditions for svg and fonts?

moudy commented 9 years ago

why not use inputFiles and maybe optional outputFile like other plugins?

Can you give me an example of this use-case? From my experience if you have a file file called app.css you would want the name to stay the same but the url references to change to base64 strings.

why is there special conditions for svg and fonts?

I assume you are refering to this