sunflowerdeath / webfonts-generator

Generator of webfonts from svg icons
The Unlicense
271 stars 152 forks source link

Using glob on files path #47

Open sethstha opened 6 years ago

sethstha commented 6 years ago

Do we have to specify single name for the svgs? It seems like it doesn't support glob pattern

files: './assets/svgs/*.svg',
dest: './assets/fonts'

Something like this would be amazing if i have more than 100 files, I don't have to add names