Backbase / bb-cli

Command line tools for working with Backbase CXP.
Other
32 stars 19 forks source link

Embedded OpenFont (EOT) font files aren't copied to dist-folder by bb theme-build #147

Closed iterox closed 7 years ago

iterox commented 8 years ago

Inside bb-cli command theme-build.js function copyAssets declares a variable fontGlob:

var fontGlob = path.join('**', '*.{ttf,woff,woff2,eof,svg}');

Presumably eof should be eot