unic / estatico-nou

Static site generator for frontend engineers
https://unic.com
13 stars 6 forks source link

[Update] estatico-font-datauri: Added rename option #71

Closed backflip closed 6 years ago

backflip commented 6 years ago

Situation: We might have to use external font files where we don't control the names.

Example config renaming an input file frutiger45light to Frutiger-Light, allowing gulp-simplefont64 to generate @font-family { font-family: Frutiger; font-weight: 300; }:

rename: filePath => filePath.replace(/frutiger45light/, 'Frutiger-Light'),